For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Token's Market Info

get
/krc20/market/{tick}

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
messagestringOptional
prevstringOptional
nextstringOptional
get/krc20/market/{tick}
200

Success

Last updated