Skip to main content
GET
/
coingecko
/
coins
/
markets
Coins Markets
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/coins/markets \
  --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

vs_currency
string
default:usd
required

Target currency for price (e.g., usd, eur, btc). See /simple/supported_vs_currencies.

ids
string

Comma-separated CoinGecko coin IDs.

category
string

Filter by category (see /coins/categories/list).

order
enum<string>
default:market_cap_desc
Available options:
market_cap_desc,
market_cap_asc,
volume_desc,
volume_asc,
id_asc,
id_desc
per_page
integer
default:100
Required range: 1 <= x <= 250
page
integer
default:1
sparkline
boolean
default:false
price_change_percentage
string

Comma-separated windows: 1h,24h,7d,14d,30d,200d,1y.

Response

200

Array of coin market entries.