import {CoinSpotClient} from '@samuraitruong/coinspot-api';
const client = new CoinSpotClient(
process.env.COINSPOT_KEY,
process.env.COINSPOT_SECRET,
);
const balance = await client.myBalance();
console.log(balance)
Auto generated document can be found here - https://samuraitruong.github.io/coinspot-api/
Generated using TypeDoc