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

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.