Skip to main content

Accept non-LP Quote

Accept non-LP Quote. Up to 50 requests per second.

info
  • Accepts non-LP quotes.

HTTP Request

POST /v5/rfq/accept-other-quote

Request Parameters

ParameterRequiredTypeComments
rfqIdtruestringInquiry ID

Response Parameters

ParameterTypeComments
resultobject
> rfqIdstringInquiry ID

Request Example

POST /v5/rfq/accept-other-quote HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1744083949347
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json
Content-Length: 115

{
"rfqId":"1754364447601610516653123084412812",
}

Response Example

{
"retCode": 0,
"retMsg": "OK",
"result": {
"rfqId": "1754364447601610516653123084412812"
},
"retExtInfo": {},
"time": 1757405933132
}