Derivatives/API Documentation/V2
Get derivatives payments
Returns a list of derivatives payments for a specific currency type with optional filtering by payment 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
typestringFilter by payment type
Default:
"ALL"Value in: "ALL" | "PAYABLE" | "RECEIVABLE"pageintegerPage number for pagination (1-based)
Default:
1Minimum: 1page_sizeintegerNumber of items per page
Default:
50Minimum: 1Maximum: 100Default Response