Files
ritmex-bot/docs/binance/binance_derivatives/docs_derivatives_usds-margined-futures_convert_Accept-Quote.md
T
2026-02-27 10:52:43 +08:00

1.7 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
Accept Quote | Binance Open Platform https://developers.binance.com/docs/derivatives/usds-margined-futures/convert/Accept-Quote 2026-01-27T05:28:26.549Z

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

Name

Type

Mandatory

Description

quoteId

STRING

YES

recvWindow

LONG

NO

The value cannot be greater than 60000

timestamp

LONG

YES

Response Example

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