cURL
curl --request GET \ --url https://openapi.odyssey.trade/sapi/v1/myTrades
[ { "symbol": "<string>", "id": 123, "bidId": 123, "askId": 123, "price": "<string>", "qty": "<string>", "time": 123, "isBuyer": true, "isMaker": true, "feeCoin": "<string>", "fee": "<string>", "bidUserId": 123, "askUserId": 123, "isSelf": true, "side": "BUY" } ]
Get a list of your own trades.
BUY
SELL
buy
sell