Skip to main content

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.

Bodyrequired

    rfqEnabledbooleanrequired

    Indicates whether RFQ is enabled.

    reasonstring

    Optional description of an audit or incident.

Responses

The request was successful.

Schema
    rfqTypestring

    The type of RFQ trade.

    Example: StablecoinParity
    rfqEnabledboolean

    Indicates whether RFQ is enabled.