GET /trade/v1/info/trades

Get information of the trades conducted in Unizen API, by the company of the api key used.

List of trades

get
Authorizations
HTTPRequired

[just text field] Please enter token in following format: Bearer

Query parameters
limitnumberRequired

Number of elements of each page

Example: 30
offsetnumberRequired

Offset for the pagination

Example: 0
dateFromstringRequired

Date from for the trades

Example: 2024-07-05T11:26:47.815Z
dateTostringRequired

Date to for the trades

Example: 2024-07-12T11:26:47.815Z
Responses
200

List of trades

application/json
get
/v1/info/trades
200

List of trades

Last updated

Was this helpful?