跳到主要内容

Get CAT Information

This endpoint allows you to fetch detailed information about a specific CAT (Chia Asset Token).

Endpoint

GET https://api.spacescan.io/cat/info/{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/info/{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
catobjectDetailed information about the CAT
cat.asset_idstringThe unique identifier of the CAT
cat.namestringThe name of the CAT
cat.symbolstringThe symbol/ticker of the CAT
cat.total_supplystringThe total supply of the CAT
cat.descriptionstringDescription of the CAT
cat.website_urlstringOfficial website URL
cat.logo_urlstringURL of the CAT's logo