Skip to main content
GET
Get Exchange Statistics

查询参数

start_timestamp
integer
必填

Start timestamp in milliseconds

示例:

1767225600000

end_timestamp
integer
必填

End timestamp in milliseconds

示例:

1767229200000

响应

Exchange statistics response.

start_timestamp
integer
必填

Start timestamp in milliseconds

示例:

1767225600000

end_timestamp
integer
必填

End timestamp in milliseconds

示例:

1767229200000

volume
string
必填

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

示例:

"10164976.25"

open_interest
string | null
必填

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.

示例:

"9238345.12"

open_interest_timestamp
integer | null
必填

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

示例:

1767225570000

fees
string
必填

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.

示例:

"1245.67"