Skip to main content

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

  1. Transaction Tracking — Poll status until it reaches a terminal state, to confirm completion.
  2. User Notifications — Reflect progress to end users based on status.
  3. Error Investigation — Use failure_code/failure_desc to 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