Skip to main content

OTCAcceptQuoteRequest

quoteIdstringrequired

Quote ID returned from Request Quote

baseSizestring

Partial baseCurrency amount to accept. Omit both baseSize and quoteSize to accept the full quoted amount.

quoteSizestring

Partial quoteCurrency amount to accept. Omit both baseSize and quoteSize to accept the full quoted amount.

OTCAcceptQuoteRequest
{
"quoteId": "string",
"baseSize": "string",
"quoteSize": "string"
}