Skip to main content

List All CATs

This endpoint allows you to fetch a comprehensive list of all Chia Asset Tokens (CATs) in the Chia ecosystem. CATs are fungible tokens built on the Chia blockchain that enable users to create and trade custom assets, representing everything from wrapped cryptocurrencies to gaming tokens and platform utilities.

Endpoint

GET https://api.spacescan.io/cats

Parameters

This endpoint doesn't require any parameters.

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/cats" \
-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
dataarrayArray of CAT information objects

CAT Information Object

Each object in the data array contains:

FieldTypeDescription
idstringThe unique identifier of the CAT
namestringThe name of the CAT
symbolstringThe trading symbol of the CAT
descriptionstringDescription of the CAT and its purpose
typestringType of the CAT (e.g., "CAT2")
created_timestringTimestamp when the CAT was created
socialobjectSocial media and website links
social.discordstringDiscord server link
social.twitterstringTwitter profile link
social.websitestringOfficial website URL
social.verifiedbooleanVerification status of the CAT
tagsstringCategory tags for the CAT
preview_urlstringURL to the CAT's logo or preview image
multiplierstringToken multiplier value

Error Responses

HTTP Status CodeMeaning
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.