Skip to main content
POST
/
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"
  }
}

Path Parameters

id
string
required

Quote ID

Response

Quote

Response schema for a quote

data
object

Quote

Example:
{
  "id": "2f939fe5-fb7b-4234-8b73-761a848d13af",
  "locked": false,
  "rate": 1500,
  "symbol": "USD-NGN",
  "time_to_convert": 10,
  "time_to_lock": 30,
  "type": "buy"
}