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
side
enum<string>
required
Available options:
BUY,
SELL,
buy,
sell
price
string
required
qty
string
required
time
integer
required