Get Token List
get
Get the token list with details
Query parameters
nextstringOptional
Cursor to start next page, returned by the last request.
prevstringOptional
Cursor to start previous page, returned by the last request.
Responses
200
Success
application/json
get
GET /v1/krc20/tokenlist HTTP/1.1
Host: tn10api.kasplex.org
Accept: */*
200
Success
{
"message": "Success",
"prev": "text",
"next": "text",
"result": [
{
"tick": "KASP",
"max": "2100000000000000",
"lim": "100000000000",
"pre": "300000000000000",
"to": "kaspa:qqabb6cz...",
"dec": "8",
"mod": "mint",
"minted": "1500000000000000",
"burned": "5500000000000000",
"opScoreAdd": "779939540000",
"opScoreMod": "799936660000",
"state": "deployed",
"hashRev": "eb1482705b07af..",
"mtsAdd": "1712808987852"
},
{
"ca": "a0183c1f...",
"name": "USDXYZ",
"max": "2100000000000000",
"lim": "0",
"pre": "300000000000000",
"to": "kaspa:qqabb6cz...",
"dec": "8",
"mod": "issue",
"minted": "1500000000000000",
"burned": "5500000000000000",
"opScoreAdd": "779939540000",
"opScoreMod": "799936660000",
"state": "deployed",
"hashRev": "eb1482705b07af..",
"mtsAdd": "1712808987852"
}
]
}