Last updated 3 months ago
Get balance of KRC-20 tokens of an address
Holder address (case-insensitive)
Success
const response = await fetch('https://tn10api.kasplex.org/v1/krc20/address/{address}/tokenlist', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "prev": "text", "next": "text", "result": [ { "tick": "text", "balance": "text", "locked": "0", "dec": "text", "opScoreMod": "79993666" } ] }