cURL
curl --request POST \ --url https://openapi.odyssey.trade/sapi/v1/batchOrders \ --header 'Content-Type: application/json' \ --data '{ "symbol": "<string>", "orders": [ { "volume": 123, "side": "BUY", "batch_type": "LIMIT", "price": 123 } ] }'
{ "ids": [ "<string>" ] }
Place batch orders.
Show child attributes