When to use
Use this endpoint to check the status of a specific transaction using its unique transaction ID. This is useful for polling or verifying the outcome of a transaction.Endpoint
GET {{LIQUIDITY_URL}}/v1/ext/transactions- Auth: Bearer
{{accessToken}} - Query param:
id(the unique ID of the transaction)
Request
Response (200)
Notes
- Ensure you have the correct transaction ID.
- The response includes detailed information about the source, destination, and amounts.