Skip to main content

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

The request was successful.

Schema
    rfqTypestring

    The type of RFQ trade.

    Example: StablecoinParity
    rfqEnabledboolean

    Indicates whether RFQ is enabled.