Cost
This endpoint costs 0.01 RU (Request Units) per call.Authorizations
Path Parameters
Example:
Response
default - application/json
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
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
}
}Show child attributes