currently, under development 👨🏻💻
yarn add coincap-sdk
const CoinCap = require('coincap-sdk');
const coinCap = new CoinCap();
coinCap.getAllAssets(); // get all assets
coinCap.getAssetById('bitcoin') // get asset by id
coming soon
This module is already written in TypeScript
- Create React Hooks
MIT