Spot Algo
Time-Weighted Average Price (Twap) New Order
Place a new spot TWAP order with Algo service.
Weight(UID): 3000
post/sapi/v1/algo/spot/newOrderTwap
Query parameters
symbolstring required
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
side'SELL' | 'BUY' required
Example:SELL
quantitynumber double required
Example:1
durationinteger required
Example:300
clientAlgoIdstring
limitPricenumber float
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
twap order response
Example response
{
"clientAlgoId": "65ce1630101a480b85915d7e11fd5078",
"success": true,
"msg": "OK"
}