Skip to main content

Retrieve a single open RFQ

GET 

/rfqs/:rfqUid

Retrieve a specific open RFQ by its unique identifier

Request

Path Parameters

    rfqUid uuidrequired

    Unique identifier for the RFQ

Responses

A single RFQ object

Schema
    oneOf
    rfq objectrequired
    rfqUid uuidrequired

    The unique identifier for this RFQ

    expiry date-timerequired

    The time at which this RFQ expires

    markPrice doublerequired

    The reference price of the RFQ

    legs object[]required

    The positions associated with the RFQ

  • Array [
  • symbol stringrequired

    The symbol of the derivatives contract

    size doublerequired

    The size of the position

    markPrice doublerequired

    The current mark price of the market

  • ]
  • result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...