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

NeedEndpoint
Current wallet balanceGET /api/wallet/snap
High-level transaction listGET /api/transactions
One transaction detailGET /api/transactions/{id}
Wallet mutation listGET /api/mutation
One wallet mutation detailGET /api/mutation/{id}

Transactions show the business event. Mutations show the wallet ledger movement caused by that event.