跳到主要内容

Get CAT Total Supply

This endpoint allows you to fetch the total supply of a Chia Asset Token (CAT). Track the maximum available tokens for any CAT in the Chia ecosystem. This information is crucial for understanding token economics, market capitalization calculations, and overall token distribution metrics.

Endpoint

GET https://api.spacescan.io/token/total-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/total-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
total_supplynumberThe total 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