List all matched orders from FUTURE_SELL/FUTURE_BUY trades

/v3/trade/matched

1 credit per API call.


List all matched orders from the FUTURE_BUY OR FUTURE_SELL orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Account ID. If present, list matched FUTURE_BUY/FUTURE_SELL orders trades for that account.

string

Customer ID. If present, list matched FUTURE_BUY/FUTURE_SELL orders trades for that customer.

number
required
1 to 50

Max number of items per page is 50.

number

Offset to obtain next page of the data.

string
length between 3 and 30

Trade pair. If present, list matched FUTURE_BUY/FUTURE_SELL orders trades for that pair.

boolean

Get the total trade pair count based on the filter. Either count or pageSize is accepted.

string
enum

Trade type.

Allowed:
amount
array of objects

Amount of the trade. AND is used between filter options.

amount
fill
array of objects

Fill of the trade. AND is used between filter options.

fill
price
array of objects

Price of the trade. AND is used between filter options.

price
created
array of objects

Created date of the trade. AND is used between filter options.

created
sort
array of strings

Sorts the result by selected property. The priority of the items is determined by order of the sort properties in array.

sort
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json