Skip to main content
GET
/
coingecko
/
exchanges
/
{id}
/
volume_chart
Exchange Volume Chart
curl --request GET \
  --url https://api.aisa.one/apis/v1/coingecko/exchanges/{id}/volume_chart \
  --header 'Authorization: Bearer <token>'
[
  [
    1713398400000,
    34251.12
  ]
]

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

days
string
required

1, 7, 14, 30, 90, 180, 365.

Response

200 - application/json

Array of [timestamp, btc_volume].