v47

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
FX

Retrieve FX details

Retrieve the details of a past fx transfer using the fxId.

post/api/service/fx/retrieve

Request body

fxIdstring uuid required

The fxId attached to the transfer.

Response

FX details retrieved successfully

idstring required

The fxId attached to the transfer.

ratestring required

The exchange rate for the given currency pair.

targetAmountstring

The amount of the target currency for the given source amount.

sourceAmountstring

The amount of source currency to convert.

sourceCurrency'EUR' | 'GBP' | 'USDC' required

The source currency code

targetCurrency'EUR' | 'GBP' | 'USDC' required

The target currency code

metadataobject

Additional metadata.

status'initiated' | 'succeeded' | 'failed' required

The status of the FX transaction.