Skip to main content

Subscribe to RFQ requests

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

Subscribes to rfqRequest and rfqTermination events for the specified rfqTypes. Once subscribed, the server sends events whenever a taker starts, refreshes, or ends an RFQ session that matches your subscription.

Request

Body
    actionstringrequired

    Set to subscribe to start the subscription.

    Possible values: [subscribe]

    Example: subscribe
    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 subscribe to.

  • 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 subscription, together with the list of subscriptions that are active for your session.

    Possible values: [subscribed]

    Example: subscribed
    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]