Skip to main content
GET
Get Exchange Statistics
Request Weight: 10
Cached 5m — a request served from cache costs 1

Query Parameters

start_timestamp
integer
required

Start timestamp in milliseconds

Example:

1767225600000

end_timestamp
integer
required

End timestamp in milliseconds

Example:

1767229200000

Response

Exchange statistics response.

start_timestamp
integer
required

Start timestamp in milliseconds

Example:

1767225600000

end_timestamp
integer
required

End timestamp in milliseconds

Example:

1767229200000

volume
string
required

Matched trading volume in USD notional for the requested window, as an unformatted numeric string

Example:

"10164976.25"

open_interest
string | null
required

One-sided open interest in USD notional at the latest complete sample before the requested window end, as an unformatted numeric string. Null when no complete sample is available.

Example:

"9238345.12"

open_interest_timestamp
integer | null
required

Timestamp of the open-interest sample in Unix milliseconds. Null when no complete sample is available.

Example:

1767225570000

fees
string
required

Gross positive maker and taker trading fees in USD for the requested window, as an unformatted numeric string. Rebates, incentives, and referral payments are excluded.

Example:

"1245.67"