mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
1.7 KiB
1.7 KiB
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}