cURL
curl --request GET \ --url https://waas-staging.embedly.ng/api/v1/wallets/wallet/transaction/wallet-to-wallet/status/{transactionReference} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "transactionReference": "<string>" } '
{ "code": "00", "success": true, "message": "Transaction status retrieved successfully", "data": { "reference": "SFTest44491711", "status": "Success", "timestamp": "2025-12-10T11:12:41.072733" } }
The endpoint facilitates requerying transfer requests between emedly wallets.