Endpoint
URL:https://api.saber.money/api/v2/wallet/w/transaction/buy/{transaction_id}Method:
GET
Headers
Request Parameters
Sample request:
Response
Sample response:Key Response Fields
Notes
- Transaction Status: Common statuses include
CREATED,ONRAMP_INITIATED,ONRAMP_COMPLETED,ONRAMP_INCONSISTENT,PROCESSING,COMPLETED,FAILED,REFUND_INITIATED,REFUND_COMPLETED, andREFUND_FAILED. Use this field to determine the progress of the transaction. (The withdrawal-in-progress phase is reported asPROCESSING.) - Fee Details:
total_feegives the overall fee, whilefee_breakupprovides granular insights like platform and network fees. - Network and Wallet Address: Ensure that the
withdraw_addressandnetworkmatch the user’s intended withdrawal details. - Transaction Type:
transaction_typewill beONRAMP_AND_WITHDRAWfor most accounts but may beCRYPTO_BUYfor migrated accounts; clients should accept both values. - Use Cases: Monitor the transaction progress; provide detailed insights to users about their transaction history.