GET
/
coins
/
categories
/
list
Coins Categories List (ID Map)
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"
  }
]

Tips

  • You may use this endpoint to query the list of categories for other endpoints that contain params like category.

Note

Authorizations

x-cg-demo-api-key
string
header
required

Response

200 - application/json

List all categories

The response is of type object.