GET
/
sapi
/
v1
/
trades
curl --request GET \
  --url https://openapi.odyssey.trade/sapi/v1/trades
[
  {
    "side": "BUY",
    "price": "<string>",
    "qty": "<string>",
    "time": 123
  }
]

Response

200 - application/json
Successful Response

The response is of type object[].