cURL
curl --request POST \ --url https://api.example.com/exchange/quote/{id}/lock
{ "data": { "id": "2f939fe5-fb7b-4234-8b73-761a848d13af", "locked": false, "rate": 1500, "symbol": "USD-NGN", "time_to_convert": 10, "time_to_lock": 30, "type": "buy" } }
Documentation IndexFetch the complete documentation index at: https://docs.juicyway.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt
Use this file to discover all available pages before exploring further.
Quote ID
Quote
Response schema for a quote
Show child attributes
{ "id": "2f939fe5-fb7b-4234-8b73-761a848d13af", "locked": false, "rate": 1500, "symbol": "USD-NGN", "time_to_convert": 10, "time_to_lock": 30, "type": "buy"}