v1
latestOpenAPI 3.0.02026-07-26280204.9 KBFX-Rate
New FX-Rate
Retrieve current exchangeable rate for a certain currency pair and use it in booking an FX Conversion.
The quoted rate is usually valid for 20 seconds because Finmo’s platform supports only live rates at this point.
post/fx-rate
Headers
x-envstring required
Example:production
Request body
Example request
{
"source_amount": null,
"source_currency": "AUD",
"target_amount": 100,
"target_currency": "USD"
}Response
Created