Transactions
Transactions
Read wallet balance, transaction history, and wallet mutation records.
Modified at Apr 28, 2026, 05:38 AM UTC
Use transaction endpoints when you need an audit trail across deposits, orders, transfers, and balance adjustments.
What To Use
| Need | Endpoint |
|---|---|
| Current wallet balance | GET /api/wallet/snap |
| High-level transaction list | GET /api/transactions |
| One transaction detail | GET /api/transactions/{id} |
| Wallet mutation list | GET /api/mutation |
| One wallet mutation detail | GET /api/mutation/{id} |
Transactions show the business event. Mutations show the wallet ledger movement caused by that event.