Skip to main content

Place a new offer on an open RFQ

POST 

/rfqs/:rfqUid/place-offer

Place a new offer for the given amount in USD on the specified open RFQ, bid and ask are optional but at least one must be provided

Request

Path Parameters

    rfqUid uuidrequired

    Unique identifier for the RFQ

Body

required
    bid number

    The bid price (optional)

    ask number

    The ask price (optional)

Responses

Placed bid

Schema
    oneOf
    offerUid uuidrequired
    result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...