CorebanqCorebanq Developer Docs
FXv1

Get available rate sources

Retrieve a distinct list of all rate sources available in the system

GET/v1/fx/rates/sources

Response Body

application/json

curl -X GET "https://example.com/v1/fx/rates/sources"
[
  {
    "source": "SNB",
    "methods": [
      "SELL",
      "BUY",
      "MID"
    ]
  },
  {
    "source": "ECB",
    "methods": [
      "MID"
    ]
  },
  {
    "source": "CC",
    "methods": [
      "SELL",
      "BUY"
    ]
  },
  {
    "source": "CRP",
    "methods": [
      "SELL",
      "BUY",
      "MID"
    ]
  },
  {
    "source": "OER",
    "methods": [
      "MID"
    ]
  }
]
Empty
Empty