cURL
curl --request GET \ --url https://api.kas.fyi/v1/tokens/krc20/{ticker}/metadata \ --header 'x-api-key: <api-key>'
{ "result": { "ticker": "<string>", "maxSupply": 123, "mintLimit": 123, "decimal": 123, "totalMinted": 123, "preMint": 123, "opScoreCreated": 123, "opScoreUpdated": 123, "deployedAt": 123, "status": "<string>", "revealHash": "<string>", "holderTotal": 123, "transferTotal": 123, "mintTotal": 123, "deployerAddress": "<string>", "socialLinks": [ { "type": "<string>", "url": "<string>" } ], "markets": [ { "name": "<string>", "tradingData": { "price": { "usd": 123 }, "volume": { "usd": 123 } }, "metadata": { "name": "<string>", "iconUrl": "<string>", "url": "<string>" }, "lastUpdated": 123 } ], "iconUrl": "<string>", "burned": 123 } }
Retrieve metadata for a KRC20 token
API key required for authentication. Get your API key at https://developer.kas.fyi
A Kaspa KRC20 ticker
"NACHO"
Show child attributes