Accept Quote
requires auth
Accept RFQ
POST /api/v1/routing/account/{accountId}/order/rfq/{orderId}/acceptParameter
Type
Description
Parameter
Type
Description
Example
POST /api/v1/routing/account/account123/order/rfq/order123/accept// Request body
{
"side": "sell"
}{
"order": {
"orderId": "BC-YO0vz0EuaAZLR4Wny8A",
"accountId": "t8J2Vfw8Flq4qQgvYJjuvA",
"size": "10000 USDT",
"source": "USDT",
"destination": "USD",
"type": "rfq",
"submittedAt": "2025-06-17T21:04:33.9583369Z",
"result": {
"status": "filled",
"price": "0.99954972 USDT/USD",
"executedAt": "2025-06-17T21:04:34.0172609Z",
"total": "9995.4972 USD"
}
},
"status": "ok",
"httpStatusCode": 200
}Error Responses
Credit Limit - Error Responses
Last updated
