List all active sell trades

/v3/trade/sell

1 credit per API call.


List all active sell trades.

Body Params
string

Account ID. If present, list current active sell trades for that account.

string

Customer ID. If present, list current active buy 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 current active sell 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
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json