List all historical trades

/v3/trade/history

1 credit per API call.


List all historical trades. It is possible to list all trades, trades for specific trading pair and/or account.

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

Account ID. If present, only closed trades for given account will be present.

string

Customer ID. If present, only closed trades for given customer will be present.

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 historical trades for that pair.

boolean

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

types
array of strings

Trade types.

types
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