Skip to main content

Accept Quote

POST 

/public-api/otc/v1/quotes/accept

Accept a quote for an OTC order. Requires the Trading permission.

After requesting a quote with baseSize, you can use baseSize to partially accept the quote. Likewise, you can use quoteSize to partially accept a quote that was requested with quoteSize.

In any of the scenarios below, the original baseSize and quoteSize will be accepted in full without any message:

  1. Send neither baseSize nor quoteSize.
  2. Send baseSize higher than the quoted amount.
  3. Send quoteSize higher than the quoted amount.
  4. Send baseSize when the quote was requested with quoteSize.
  5. Send quoteSize when the quote was requested with baseSize.

Request​

Responses​

Successful response