Skip to main content
GET
Asset Volume USD

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:gdax
required

[Required] The exchange for which to retrieve asset USD volume. [Examples] gdax | okex | binance | binanceus

asset
string
default:btc
required

[Required] The exchange for which to retrieve asset USD volume. [Examples] btc | eth | sol | xrp

quoteAssetIncluded
boolean
default:false
required

[Required] Whether the USD asset volumes from the quote side are included. [Examples] gdax | okex | binance | binanceus

pair
string

[Optional] The parameter to isolate USD volume to only a specific pair. [Examples] btc_usd | eth_usdt | sol_usd | xrp_usdc

startDate
string
default:2025-06-01

[Optional] Payload only includes data after this date (inclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2025-02-27

endDate
string
default:2025-06-05

[Optional] Payload only includes data up to this date. [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2025-02-28

timeInterval
string
default:day

[Optional] Time interval of data frequency for the selected date range. [Examples] minute | hour | day

timeFormat
string
default:hr

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

orderSizeCategoryUsd
string
default:ALL
required

[Required] Users can specify to return all aggregated trades, or trades of a specific size threshold. (0-1k, 1k-10k, 10k-100k, 100k+, ALL) by passing in the lower value of the range 0 | 1k | 10k | 100k | All

Response

200 - application/json
status
integer
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object