Skip to main content
GET
/
coingecko
/
exchanges
/
{id}
/
tickers
Exchange Tickers
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/exchanges/{id}/tickers \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

CoinGecko exchange ID (e.g., binance, gdax). Get the list via /exchanges/list.

Query Parameters

coin_ids
string

Filter by coin IDs (comma-separated).

page
integer
default:1
depth
boolean
default:false
order
enum<string>
Available options:
trust_score_desc,
volume_desc

Response

200

Tickers array.