CorebanqCorebanq Developer Docs
FXv2

List FX spread rules

Retrieve all FX spread rules matching the provided filters

GET/v2/fx/spreads

Query Parameters

fx_tariff_id?string

Filter by FX tariff ID

provider?string

Filter by provider (e.g., SNB, EB, CRP, OER)

base_currency?string

Filter by base currency

target_currency?string

Filter by target currency

rate_type?string

Filter by rate type

active?boolean

Filter by active status

Response Body

application/json

curl -X GET "https://example.com/v2/fx/spreads"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "fx_tariff_id": "f12d958c-c80c-4752-862c-9e0c09506488",
    "provider": "string",
    "base_currency": "string",
    "target_currency": "string",
    "rate_type": "BUY",
    "bid_spread_bps": 0,
    "ask_spread_bps": 0,
    "effective_from": "2019-08-24T14:15:22Z",
    "effective_to": "2019-08-24T14:15:22Z",
    "reason": "string",
    "active": true,
    "created_at": "2019-08-24T14:15:22Z",
    "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
    "modified_at": "2019-08-24T14:15:22Z",
    "modified_by": "e8d4374d-93a1-4e98-a6c6-fdcf00c5059f"
  }
]
Empty
Empty
Empty