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
chevron-right
200

Success

application/json
messagestringOptional
prevstringOptional
nextstringOptional
get
/krc20/market/{tick}
200

Success

Last updated