Keys API

Make use of Keys API to develop exciting features, improve user experiences, and contribute to the growth of the NBC community.

Learn by doing with the Keys API.

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

Domain

https://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)

Last updated