communications
Create Quote
Endpoint for creating a quote in response to an RFQ
post/communications/quotes
Request body
Example request
{
"yes_bid": "0.5600",
"no_bid": "0.5600"
}Response
Quote created successfully
Endpoint for creating a quote in response to an RFQ
{
"yes_bid": "0.5600",
"no_bid": "0.5600"
}Quote created successfully