Exchanges
- class ExchangesPro(http: IHttp)
- volume_chart_within_time_range(*, exchange_id: str, from_timestamp: int, to_timestamp: int) list
Query the historical volume chart data in BTC by specifying date range in UNIX based on exchange’s id
- Parameters:
exchange_id – The exchange id
from_timestamp – From date in UNIX timestamp
to_timestamp – To date in UNIX timestamp