v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBRates
Get rates
Gets a list of configured exchange rates.
get/config/rates
Query parameters
pageinteger
The page number for paginated results. The value is zero-based, where 0 represents the first page.<br/> Set it to 0 to get the first page of results.
sizeinteger
Number of objects to return per page.
Response
Successfully returned list of rates.
Example response
{
"sort": [
{
"direction": "ASC",
"nullHandling": "NULLS_FIRST",
"ascending": true
}
],
"content": [
{
"rate_id": "328b3e50-7983-46d5-94a0-ef004d78db1d",
"expiration_offset": 95000,
"order_type": "buy",
"rate_scale": 9,
"rate": 0.89,
"base_currency": "USD",
"counter_currency": "GBP",
"source_currency": "USD",
"destination_currency": "GBP",
"source_ledger": "rn.eur.uk.london",
"destination_ledger": "rn.eur.uk.london",
"source_ledger_account": "alias_usd_lon",
"destination_ledger_account": "conct_gbp_lon",
"upper_limit": 1000,
"payout_method": "LOCAL_RAILS",
"value_type": "MARGIN",
"margin_type": "BPS"
}
]
}