Skip to main content
GET
/
coingecko
/
exchanges
/
list
Exchanges List (ID Map)
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/exchanges/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "binance",
    "name": "Binance"
  },
  {
    "id": "gdax",
    "name": "Coinbase Exchange"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Array of {id, name}.