cURL
curl --request GET \ --url https://staging-api.liquidity.walletos.xyz/v1/ext/transactions
{ "data": { "transactionId": "83bc56a5-2ce4-416a-b79c-12978a387875", "type": "FUNDING", "amount": "50.00", "status": "SUCCESS" } }
Retrieve the current status and details of a specific transaction by its ID.
200 - OK
Show child attributes
Was this page helpful?