FXv1
Get available rate sources
Retrieve a distinct list of all rate sources available in the system
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