GET /trade/v1/info/trades
Get information of the trades conducted in Unizen API, by the company of the api key used.
Authorizations
HTTPRequired
[just text field] Please enter token in following format: Bearer
Query parameters
limitnumberRequiredExample:
Number of elements of each page
30offsetnumberRequiredExample:
Offset for the pagination
0dateFromstringRequiredExample:
Date from for the trades
2024-07-05T11:26:47.815ZdateTostringRequiredExample:
Date to for the trades
2024-07-12T11:26:47.815ZResponses
200
List of trades
application/json
ChainnumberRequiredExample:
Chain where the tx is conducted. Chain from for cross chain trades
1DestChainnumberRequiredExample:
Destination chain for cross chain trades
56TxHashstringRequiredExample:
Transaction hash of the trade
0xef69f5bd0c38734da5ae5eab1af7c79780d0ec2af942a85120216b59077a103cBlockNumbernumberRequiredExample:
Block number of the trade
20284547SenderstringRequiredExample:
Sender address
0xb9f87f0d26a9803a425524681bdc694105567e88ReceiverstringRequiredExample:
Receiver address
0xb9f87f0d26a9803a425524681bdc694105567e88SrcTokenstringRequiredExample:
Token from address
0x0000000000000000000000000000000000000000DstTokenstringRequiredExample:
Token to address
0x0000000000000000000000000000000000000000AmountInnumberRequiredExample:
Amount sent
33594493338341480AmountOutnumberRequiredExample:
Amount received
1.303149254052405e+21Timestampstring · date-timeRequiredExample:
Timestamp
2024-07-11T16:45:59ZValueInUSDnumberRequiredExample:
Value of the trade in USD
104.705224get
/v1/info/trades200
List of trades
Last updated