Skip to main content

Get CAT Circulating Supply

This endpoint allows you to fetch the current circulating supply of a Chia Asset Token (CAT). Monitor the actual number of tokens actively circulating in the market, excluding locked, reserved, or unvested tokens. This data is essential for accurate market cap calculations, liquidity analysis, and understanding the true market dynamics of CAT tokens.

Endpoint

GET https://api.spacescan.io/token/circulating-supply/{asset_id}

Parameters

ParameterTypeDescription
asset_idstringThe unique identifier (TAIL hash) of the CAT
Free API

Use api.spacescan.io for free tier access. See our API Plans for rate limits and features.

Pro API

Use pro-api.spacescan.io with your API key in the x-api-key header. See our API Plans for details.

curl -X GET "https://pro-api.spacescan.io/token/circulating-supply/{asset_id}" \
-H "x-api-key: YOUR_API_KEY"

Live API Test

Request Example

Response

Failed to load API response. Please try again later.

Response Schema

FieldTypeDescription
circulating_supplynumberThe current circulating supply of the CAT token

Error Responses

HTTP Status CodeMeaning
400Bad Request -- Your request is invalid
404Not Found -- The specified CAT could not be found
429Too Many Requests -- You're requesting too many times! Slow down!
500Internal Server Error -- We had a problem with our server. Try again later
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later