Derivatives/API Documentation
Positions
Retrieve position history for a specific currency type
Authorization
authorization
<token>Use your API key here.
In: header
Path Parameters
currency_type
RequiredstringCurrency type (e.g., BTC, USD)
Query Parameters
start_date
stringStart date for position history (YYYY-MM-DD format)
Pattern:
"^\\d{4}-\\d{2}-\\d{2}$"
Format: "date"
end_date
stringEnd date for position history (YYYY-MM-DD format)
Pattern:
"^\\d{4}-\\d{2}-\\d{2}$"
Format: "date"
page_size
integerNumber of items per page
Default:
50
Minimum: 1
Maximum: 100
page_number
integerPage number for pagination
Default:
1
Minimum: 1
Position history