Fractal Only API for CAT20 DEX operations. This API provides endpoints to interact with the Fractal network, including supply information, address statistics, and rich lists.
👉 View Swagger UI
| Route | Summary |
|---|---|
| GET /v1/cat20-dex/getTokenPrice | Get token price |
| GET /v1/cat20-dex/getMarketStats | Get the market stats |
Method: GET
Path: /v1/cat20-dex/getTokenPrice
Swagger Link: View in Swagger UI
Retrieves the current price of a CAT20 token. If the token has no trades in the last 30 days, it will return the last price.
tokenId (query) (required): tokenIdMethod: GET
Path: /v1/cat20-dex/getMarketStats
Swagger Link: View in Swagger UI
Retrieves the market stats for all tokens which have trades in the last 30 days
sortField (query) : The field to sort by (‘volume’, ‘volume30d’, ‘volume7d’, ‘volume24h’, ‘volume6h’)tokenId (query) : tokenIdoffset (query) : The offset to start fromlimit (query) : The limit of the stats (default 20, max 100)