Skip to main content

Accept Quote (TRADE)

API Description

Accept the offered quote by quote ID.

HTTP Request

POST /sapi/v1/convert/acceptQuote

Request Weight

500(UID)

Request Parameters

NameTypeMandatoryDescription
quoteIdSTRINGYES
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

{
"orderId":"933256278426274426",
"createTime":1623381330472,
"orderStatus":"PROCESS" //PROCESS/ACCEPT_SUCCESS/SUCCESS/FAIL
}