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
- Mainnet
- Testnet
GET https://api.spacescan.io/cats
GET https://api-testnet11.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"