Get Market Stats

Get the market stats

get
/v1/cat20-dex/getMarketStats

Retrieves the market stats for all tokens which have trades in the last 30 days

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sortFieldenum · enumOptional

The field to sort by ('volume', 'volume30d', 'volume7d', 'volume24h', 'volume6h')

Possible values:
tokenIdstringOptional

tokenId

Example: 45ee725c2c5993b3e4d308842d87e973bf1951f5f7a804b21e4dd964ecd12d6b_0
offsetintegerOptional

The offset to start from

Example: 0
limitintegerOptional

The limit of the stats (default 20, max 100)

Example: 20
Responses
200

Successful operation

application/json
get
/v1/cat20-dex/getMarketStats

  • Please note that the values here do not include decimal places.

    • "price": 198000 refers to 198000 satoshis / 0.01 CAT, which equates to 0.198 FB/CAT after conversion.

  • The unit for volume is satoshis.

    • "volume": "7169599786237" translates to a total transaction volume of 71695.99786237 FB.

Example

Last updated