CorebanqCorebanq Developer Docs
FXv1

List FX tariffs

Retrieve all FX tariffs the user has access to

GET/v1/fx/tariffs

Response Body

application/json

curl -X GET "https://example.com/v1/fx/tariffs"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "Standard FX Tariff",
    "description": "Standard foreign exchange tariff for retail customers",
    "active": true,
    "fallback_tariff_id": "uuid"
  }
]