Skip to main content

Wallet Transactions

Wallet transaction listing with filters.

Authentication: Bearer token required.


List Wallet Transactions

Endpoint: GET /api/v1/wallet-transactions

Query Parameters

ParameterTypeRequiredDefaultDescription
wallet_idstringYesWallet UUID
statusstringNostarted, in_progress, done, error
typestringNowithdraw, deposit
pageintNo1Page number
per_pageintNo10Items per page (max 100)

Response — 200 OK

Paginated list with items (id, wallet_id, wallet, external_id, hash, status, type, created_at, etc.), page, per_page, total.