Derivatives/API Documentation/V2
Get derivatives contracts
Returns a list of derivatives contracts for a specific currency type with optional filtering by status, side, and type.
Authorization
authorization<token>Use your API key here.
In: header
Path Parameters
currency_typeRequiredstringCurrency type for derivatives operations
Value in:
"BTC" | "USD"Query Parameters
statusstringFilter by contract status
Default:
"ALL"Value in: "ALL" | "ACTIVE" | "SETTLED"sidestringFilter by contract side
Default:
"ALL"Value in: "ALL" | "BUY" | "SELL"typestringFilter by contract type
Default:
"ALL"Value in: "ALL" | "STANDARD" | "UPFRONT"pageintegerPage number for pagination (1-based)
Default:
1Minimum: 1page_sizeintegerNumber of items per page
Default:
50Minimum: 1Maximum: 100Default Response