Update RFQ status
PUT/rfq/admin/{rfqType}/status
Enables or disables the specified type of RFQ trade for your account.
info
This is a private endpoint. To send requests, you need to authenticate. Your API key must have the Trade digital assets permission.
Rate limit weight points: 1
Request
Path Parameters
rfqType stringrequired
Possible values: [StablecoinParity]
The type of RFQ trade.
- application/json
- Schema
- Example (body)
Bodyrequired
rfqEnabledbooleanrequired
Indicates whether RFQ is enabled.
reasonstring
Optional description of an audit or incident.
{
"rfqEnabled": true,
"reason": "string"
}
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.