Retrieve a list of trades

SecurityBearerAuth
Request
query Parameters
baseAsset
string

The unique symbol of a digital asset that the end user wants to buy or sell.

Example: baseAsset=BTC
quoteAsset
string

The unique symbol of an asset that the end user wants to buy or sell.

Example: quoteAsset=USD
endUserGuid
string <uuid>

A unique identifier associated with the end user. Used for reconciliation purposes and supplied by the customer.

Example: endUserGuid=669ce446-22d0-11ec-9621-0242ac130002
startTime
string <date-time>

Timestamp after which the quote was issued.

Example: startTime=2021-01-01T01:00:00.000Z
endTime
string <date-time>

Timestamp before which the quote was issued.

Example: endTime=2021-01-01T01:10:00.000Z
pageSize
integer

The number of Trade objects to display per page.

Example: pageSize=4
pageNumber
integer

Number used to indicate the sequence of the records.

Example: pageNumber=4
pageToken
string <uuid>

Unique token to retrieve the next page of results.

Example: pageToken=49a14374-b708-4142-9223-c6aa2f80edf8
Responses
200

OK

400

Bad request

403

Forbidden

404

Not found

500

Internal server error

get/trades
Request samples
Response samples
application/json
{
  • "tradesList": [
    ],
  • "totalPages": 10,
  • "first": true,
  • "last": false,
  • "totalElements": 10
}