cURL
curl --request POST \ --url https://api.lidian.finance/api/v1/quotes/{id}/accept \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "quoteId": "<string>" } '
{ "message": "<string>", "data": { "acceptedQuote": {}, "quoteRequest": {}, "declinedQuotes": [ {} ], "declinedCount": 123 } }
Accept a quote
Quote ID
Quote acceptance parameters
Quote accepted successfully
Show child attributes