cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/coins/categories/list \ --header 'x-cg-pro-api-key: <api-key>'
[ { "category_id": "aave-tokens", "name": "Aave Tokens" }, { "category_id": "aaccount-abstraction", "name": "Account Abstraction" } ]
This endpoint allows you to query all the coins categories on CoinGecko
Documentation IndexFetch the complete documentation index at: https://docs.coingecko.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
category
List all categories
category ID
category name
Was this page helpful?