Skip to main content

Unsubscribe from RFQ requests

REQUEST wss://connection.bitvavo.com:8004/rfq/v1 rfqRequests

Unsubscribes from rfqRequest and rfqTermination events for the specified rfqTypes.

RFQ sessions that you are already participating in continue to their final state, so you may still receive rfqTermination events for those sessions.

Request

Body
    actionstringrequired

    Set to unsubscribe to end the subscription.

    Possible values: [unsubscribe]

    Example: unsubscribe
    requestIdinteger<int64>

    An identifier that you assign to the request. The server echoes it back in the matching response so you can correlate the two.

    Example: 9021001
    channels object[]required

    The channels to unsubscribe from.

  • Array [
  • namestringrequired

    The name of the channel. Currently, rfqRequests is the only available channel. It streams rfqRequest and rfqTermination events.

    Possible values: [rfqRequests]

    rfqTypesstring[]required

    The types of RFQ requests to subscribe to. Possible values:

    • priceGuarantee — the standard Price Guarantee RFQ for spot markets.
    • priceGuaranteeUK — the Price Guarantee RFQ variant for United Kingdom customers.
    • priceGuaranteeConvert — the Price Guarantee RFQ variant used for asset-to-asset conversions (the Convert product).

    Possible values: [priceGuarantee, priceGuaranteeUK, priceGuaranteeConvert]

  • ]

Response

Schema
    eventstringrequired

    Confirmation that the server accepted the unsubscription, together with the list of subscriptions that remain active for your session.

    Possible values: [unsubscribed]

    Example: unsubscribed
    requestIdinteger<int64>

    An identifier that you assign to the request. The server echoes it back in the matching response so you can correlate the two.

    Example: 9021001
    subscriptions objectrequired

    The subscriptions that are currently active on your session, grouped by channel.

    rfqRequestsstring[]required

    The RFQ types that are currently active on the rfqRequests channel. Possible values:

    • priceGuarantee — the standard Price Guarantee RFQ for spot markets.
    • priceGuaranteeUK — the Price Guarantee RFQ variant for United Kingdom customers.
    • priceGuaranteeConvert — the Price Guarantee RFQ variant used for asset-to-asset conversions (the Convert product).

    Possible values: [priceGuarantee, priceGuaranteeUK, priceGuaranteeConvert]