> For the complete documentation index, see [llms.txt](https://developers.alpha.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alpha.wtf/keys-api.md).

# Keys API

## Learn by doing with the Keys API.

These examples will show you how to use the Keys API.

## Domain

[https://api.newbitcoincity.com/](https://alpha-api.newbitcoincity.com/)

### Technology Stack & Tools

* Typescript (Writing scripts)

### Sample

#### 1. new file sample.ts

```
import axios from "axios";
let { data } = await axios.get("https://api.newbitcoincity.com/api/nbc-keys/holder/activities?page=1&limit=200&network=nos&address="+address);
console.log(data)
```
