Last updated 2 months ago
Build place order transaction
buy
sell
ADAUSDX
market
limit
POST /orders/build HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 121 { "max_slippage": true, "max_slippage_basis_point": 1, "price": 1, "quantity": 1, "side": "buy", "symbol": "ADAUSDX", "type": "market" }
OK
{ "order_id": "text", "tx_hex": "text" }