transactionId: internal platform transaction identifier (UUID), ORexternalId: partner-side unique identifier (UUID).transactionId or externalId). If neither is supplied, the request will fail validation.started / pending: exchange received and execution is underway.locked-to-processing: internal processing lock applied during balance conversion.waiting-for-verification: awaiting compliance or risk checks.successful: exchange completed; funds converted and credited.unsuccessful / rejected-by-reviewer / banned: exchange failed or was declined.curl --location 'https://stage-api.fintegence.io/v1/exchange/details?transactionId=undefined&externalId=undefined' \
--header 'x-api-key: <api-key>'{
"transactionId": "921a9579-f7d2-4c82-b470-ab6db7af1a32",
"externalId": "fab0db22-1e57-4e7c-8f9a-6b084a24b4c7",
"status": "successful",
"sourceAmount": "10",
"destinationAmount": "0.6056330404505998",
"sourceCurrency": "DOGE",
"destinationCurrency": "EUR",
"rate": "0.06056330404505999",
"fee": "10",
"createdAt": "2026-09-10T11:11:59.845Z"
}