Derivatives/API Documentation
List Contracts
Retrieve a list of contracts for a specific currency type with filtering options
Authorization
authorization
<token>Use your API key here.
In: header
Path Parameters
currency_type
RequiredstringCurrency type (e.g., BTC, USD)
Query Parameters
status
stringFilter by contract status
Default:
"ALL"
Value in: "ALL" | "ACTIVE" | "SETTLED"
side
stringFilter by contract side
Default:
"ALL"
Value in: "ALL" | "BUY" | "SELL"
type
stringFilter by contract type
Default:
"ALL"
Value in: "STANDARD" | "UPFRONT" | "ALL"
page_size
integerNumber of items per page
Default:
50
Minimum: 1
Maximum: 100
page_number
integerPage number for pagination
Default:
1
Minimum: 1
List of contracts