Skip to main content
POST
Get Trades

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request model for filtering trades

limit
integer
default:100

Number of items per page

Required range: 1 <= x <= 1000
start_time
integer | null

Start time as Unix timestamp in milliseconds

end_time
integer | null

End time as Unix timestamp in milliseconds

cursor
string | null

Cursor for next page

account_names
string[] | null

List of account names to filter by

connector_names
string[] | null

List of connector names to filter by

trading_pairs
string[] | null

List of trading pairs to filter by

trade_types
string[] | null

List of trade types to filter by (BUY/SELL)

Response

Successful Response

Generic paginated response.

data
Data · object[]
required
pagination
Pagination · object
required