Derivatives/API Documentation
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"page_numberintegerDefault:
1Minimum: 1page_sizeintegerDefault:
10Minimum: 1Default Response