# Fetch historic volume statistics Endpoint: GET /v1/volume/historic Version: 0.0.1 Security: ## Query parameters: - `date` (string) The date to fetch the volume for. If empty, defaults to today. Format: YYYY-MM-DD ## Response 200 fields (application/json): - `dailyVolume` (array) - `dailyVolume.date` (string) YYYY-MM-DD - `dailyVolume.stats` (object) Each market's volume for the day. - `shareOfTotalVolume` (object) Each market's share of the total volume for the period in question.