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.
Domain
Technology Stack & Tools
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