Skip to main content
GET
Transactions by wallet

Overview

GET /wallet/transactions/wallet/{walletId} returns the full transaction history for one wallet — fundings, deposits, payouts, internal transfers, and any fees deducted. The response is paginated.

When to use it

  • Render a per-wallet activity feed in your dashboard.
  • Reconcile a wallet’s balance against its transaction history.
  • Investigate a missing or unexpected balance change.

Prerequisites

  • The wallet must belong to your company.

Request

Headers

Path parameters

Query parameters

Response

200 — Success

Field reference

Error responses

Code examples

cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

walletId
string<uuid>
required

Query Parameters

page
integer
Example:

1

limit
integer
Example:

20

Response

A list of transactions for the specified wallet.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object[]
pagination
object