Last updated 2 months ago
Wallet and tool developers should query the TICKER STATE before deployment and minting
Get details of a KRC-20 token
/krc20/token/{tick}
Token symbol (case-insensitive)
curl -L \ --url 'https://tn10api.kasplex.org/v1/krc20/token/{tick}'
{ "message": "text", "result": [ { "tick": "KASP", "max": "2100000000000000", "lim": "100000000000", "pre": "300000000000000", "to": "kaspa:qqabb6cz...", "dec": "8", "minted": "1500000000000000", "opScoreAdd": "77993954", "opScoreMod": "79993666", "state": "deployed", "hashRev": "eb1482705b07af..", "mtsAdd": "1712808987852", "holderTotal": "308225", "transferTotal": "66778903", "mintTotal": "2880000", "holder": [ { "address": "kaspa:qra0p5kyzeh54p37gqwfu...", "amount": "220000000000000" } ] } ] }