Get token list with balance for a specific address
Holder address (case-insensitive)
Cursor to start next page, returned by the last request.
Cursor to start previous page, returned by the last request.
GET /v1/krc20/address/{address}/tokenlist HTTP/1.1 Host: tn10api.kasplex.org Accept: */*
Success
{ "message": "Success", "prev": "text", "next": "text", "result": [ { "tick": "KASP", "balance": "12566000000", "locked": "0", "dec": "8", "opScoreMod": "799936660000" }, { "ca": "a0183c1f...", "balance": "888000000", "locked": "0", "dec": "8", "opScoreMod": "899900660000" } ] }