Get RFQ status
GET/rfq/admin/{rfqType}/status
Returns whether the specified type of RFQ trade is enabled for your account.
info
This is a private endpoint. To send requests, you need to authenticate. Your API key must have the View access permission.
Rate limit weight points: 1
Request
Path Parameters
rfqType stringrequired
Possible values: [StablecoinParity]
The type of RFQ trade.
Responses
- 200
- Errors
The request was successful.
- application/json
- Schema
- Example (body)
Schema
rfqTypestring
The type of RFQ trade.
Example:
StablecoinParityrfqEnabledboolean
Indicates whether RFQ is enabled.
{
"rfqType": "StablecoinParity",
"rfqEnabled": true
}
For error codes, see Handle errors.