# Fetch volume statistics Returns statistics about the volume of BTCNOK trades. Endpoint: GET /v1/volume 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): - `daily` (object) - `daily.amountNok` (number) - `daily.amountBtc` (number) - `daily.buyPercentage` (number) - `monthly` (object) - `yearly` (object)