Market Info
Market Data
GET /openInterests
Returns the total open interest positions for long and short positions.
Response:
GET /marketInfo
Returns general market information.
Response:
GET /totalVolume
Returns the total trading volume across the platform since launch.
Response:
GET /volume
Returns daily and total trading volume.
Parameters:
timestamp
number
No
Unix timestamp to get volume for a specific day ending at timestamp (defaults to current time)
Response:
Fee Data
GET /fee
Returns fee information for a specific day.
Parameters:
timestamp
number
No
Unix timestamp to get fees for a specific day ending at timestamp (defaults to current time)
Response:
GET /totalFee
Returns total fee information across the platform since launch.
Response:
APR Data
GET /cumulativeApr
Returns the cumulative annual percentage rate since launch.
Response:
GET /apr
Returns the annual percentage rate for a specific time range with "1d" or "7d" only.
Parameters:
time_range
string
No
Time range for APR calculation (Only supported values: "7d" or "1d")
Response:
Last updated