Supported currency pairs

Below is a list of currency pairs and the minimum and maximum amounts per currency pair supported for exchanges.

In the event that you exceed the min/max exchange amount thresholds, you can expect the following error messages from our API in response to your Create Quote request:

{
  "errors": [
    {
      "status": 422,
      "title": "amount is below minimum",
      "detail": "amount: 1.0, minimum: 10.00",
      "code": "amount_below_minimum"
    }
  ]
}

Last updated