CorebanqCorebanq Developer Docs
FXv1

Get FX tariff

GET/v1/fx/tariffs/{id}

Path Parameters

id*string

Response Body

application/json

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