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

from
integer
required

Start UNIX timestamp (seconds).

to
integer
required

End UNIX timestamp (seconds).

Response

200

Array of [timestamp, btc_volume].