Skip to main content

Accept the offered quote (USER_DATA)

API Description

Accept the offered quote by quote ID.

HTTP Request

POST /fapi/v1/convert/acceptQuote

Request Weight

200(IP)

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
}