Wallets
History

Transaction history

Method: GET
Route: /merchants/:merchant/wallets/:wallet/transactions (opens in a new tab)

A List of transactions by wallet, reflecting incoming payments to dedicated addresses and withdrawals from the wallet.

Path

ParameterTypeDescription
merchantStringrequired Merchant ID in UUIDv4 format
walletStringrequired Wallet ID in UUIDv4 format

Query

ParameterTypeDescription
typeStringoptional Type of Transactions, send or received
pageNumberoptional Number of Page
limitNumberoptional Transactions per page

Response

FieldTypeDescription
paginationObjectPagination data
transactionsArrayAn Array Containing Transaction Objects
⚠️

This API endpoint is private and requires an authorization header X-Api-Key