Overview
Use the generic v2 transaction endpoint to track the current status of a sell transaction, no matter which offramp flow created it. This allows merchants to poll for completion, surface progress to users, and investigate failures.Endpoint
URL:https://api.saber.money/api/v2/wallet/transaction Method: GET
Request Headers
Status values by transaction type
PAYMENT_INITIATED and FUNDS_RECEIVED reflect on-chain funding progress after calling Confirm External Sell On-chain Funding — see Available Flows for the full External Sell sequence, or the INR Offramp Flow walkthrough for the exact confirm call.
Sample Request (Pool Sell)
Sample Response
Key Response Fields
Use Cases
- Transaction Tracking — Poll status until it reaches a terminal state, to confirm completion.
- User Notifications — Reflect progress to end users based on status.
- Error Investigation — Use
failure_code/failure_descto diagnose a failed transaction.
Legacy (v1)
The original v1 endpoint remains available for existing integrations, but new integrations should use the v2 endpoint above. URL:https://api.saber.money/api/v1/wallet/conversion/fiat/transaction/{transaction_id} Method: GET