Build order transaction
Build place order transaction
Body
limit_slippagebooleanOptional
max_slippage_basis_pointintegerOptional
pricenumberOptional
quantitynumberRequired
sidestring · enumRequiredPossible values:
symbolstring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
Responses
200
OK
application/json
400
Bad Request
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
post
POST /orders/build HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 123
{
"limit_slippage": true,
"max_slippage_basis_point": 1,
"price": 1,
"quantity": 1,
"side": "buy",
"symbol": "ADAUSDM",
"type": "market"
}
{
"order_id": "text",
"tx_hex": "text"
}
Last updated