Last updated 13 days ago
Build place order transaction
buy
sell
ADAUSDX
market
limit
curl -L \ --request POST \ --url '/orders/build' \ --header 'Content-Type: application/json' \ --data '{ "max_slippage": true, "max_slippage_basis_point": 1, "price": 1, "quantity": 1, "side": "buy", "symbol": "ADAUSDX", "type": "market" }'
{ "order_id": "text", "tx_hex": "text" }