Skip to main content
GET
https://api.aisa.one/apis/v1
/
coingecko
/
coins
/
categories
Categories with Market Data
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/categories \
  --header 'Authorization: Bearer <token>'

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.

Query Parameters

order
enum<string>
Available options:
market_cap_desc,
market_cap_asc,
name_desc,
name_asc,
market_cap_change_24h_desc,
market_cap_change_24h_asc

Response

200

Array of categories with market data.