Skip to main content
GET
https://api.aisa.one/apis/v1
/
coingecko
/
coins
/
categories
/
list
Categories List
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/categories/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "category_id": "layer-1",
    "name": "Layer 1 (L1)"
  },
  {
    "category_id": "meme-token",
    "name": "Meme"
  }
]

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of categories.