跳到主要内容

Get CAT Holders

This endpoint allows you to fetch the list of holders for a specific CAT (Chia Asset Token).

Endpoint

GET https://api.spacescan.io/cat/holders/{asset_id}

Parameters

ParameterTypeDescription
asset_idstringThe unique identifier 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/cat/holders/{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
statusstringThe status of the API request
holdersarrayList of CAT holders
total_holdersnumberTotal number of unique holders
total_supplystringTotal supply of the CAT

Holder Object

Each holder in the holders array contains:

FieldTypeDescription
addressstringThe holder's address
balancestringThe amount of CAT tokens held
percentagenumberPercentage of total supply held by this address
last_updatedstringTimestamp of last balance update

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.