v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBRates
Get rate by ID
Gets a configured exchange rate by ID.
get/config/rates/{rate_id}
Path parameters
rate_idstring uuid required
Provide the rate_id of the exchange rate you want to return.
Response
Sucessfully returned rate.
Example response
{
"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"
}