Skip to main content
GET
/
v1
/
fx
/
cross-rate-quotes
/
corridors
Get supported cross-rate corridors
curl --request GET \
  --url https://api.example.com/v1/fx/cross-rate-quotes/corridors \
  --header 'Authorization: Bearer <token>'
{
  "corridors": [
    {
      "fromCurrency": "NGN",
      "maxAmountBusiness": "100000",
      "maxAmountIndividual": "25000",
      "minAmount": "5",
      "toCurrency": "GBP"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.zuba.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

200 - application/json
corridors
object[]
required