Get Token's Market Info
get
Get the marketplace listing information of the token
Path parameters
tickstringRequired
Ticker or contract address of the token (case-insensitive)
Query parameters
nextstringOptional
Cursor to start next page, returned by the last request.
prevstringOptional
Cursor to start previous page, returned by the last request.
addressstringOptional
Filtered by address (case-insensitive)
txidstringOptional
The transaction ID (UTXO) bound to the order. The parameter "address" is required.
Responses
200
Success
application/json
get
GET /v1/krc20/market/{tick} HTTP/1.1
Host: tn10api.kasplex.org
Accept: */*
200
Success
{
"message": "Success",
"prev": "text",
"next": "text",
"result": [
{
"tick": "KASP",
"from": "kaspa:qra0p5ky...",
"amount": "100000000000",
"uTxid": "0b0ed8e8469f526...",
"uAddr": "kaspa:qqabb6cz...",
"uAmt": "110000000",
"uScript": "2102061697e69c6..",
"opScoreAdd": "799939540000"
},
{
"ca": "a0183c1f...",
"from": "kaspa:qra0b6cz...",
"amount": "35000000000",
"uTxid": "f50b0e8469ed826...",
"uAddr": "kaspa:qqabp5ky...",
"uAmt": "101000000",
"uScript": "2102061697e69c6..",
"opScoreAdd": "799989540000"
}
]
}