Skip to main content
GET
Fetch Wallet Transactions

Path Parameters

walletId
string
required
The unique identifier of the wallet

Query Parameters

page
number
default:"1"
Page number for pagination
limit
number
default:"10"
Number of transactions per page (max 100)
transactionType
string
Filter by transaction type: deposit or withdrawal
startDate
string
Start date filter (YYYY-MM-DD format)
endDate
string
End date filter (YYYY-MM-DD format)

Request

x-api-key
string
required
API Key for authentication

Request Example

Response

transactions
array
total
number
Total number of transactions
page
number
Current page number
limit
number
Transactions per page
totalPages
number
Total number of pages

Response Example

Pagination Example

For better performance, use specific date ranges and transaction type filters when possible.
Store transaction IDs for reconciliation and audit purposes.