Update OTC Quote
Quotes
Update OTC Quote
Accepts or rejects an OTC quote.
API Key Permissions Required: Orders and trades - Create & modify orders
POST
Update OTC Quote
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
application/json
Request body for updating the status of an existing OTC quote.
Nonce used in construction of API-Sign header
The unique identifier of the quote to update.
Example:
"00001c47-8f59-4099-b6f8-b637437ef1ab"
The status of the quote, accepted or rejected.
Available options:
accepted, rejected Example:
"accepted"