cURL
curl --request GET \ --url https://api.coingecko.com/api/v3/coins/categories/list \ --header 'x-cg-demo-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
category
List all categories
The response is of type object.
object