cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/coingecko/exchanges/{id} \ --header 'Authorization: Bearer <token>'
Detailed data for a single exchange: volume, tickers, trust score, and metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
CoinGecko exchange ID (e.g., binance, gdax). Get the list via /exchanges/list.
binance
gdax
/exchanges/list
Exchange object.