Skip to main content
GET
/
coingecko
/
exchanges
/
{id}
Exchange Data by ID
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/exchanges/{id} \
  --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.

Response

200

Exchange object.