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
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
wallet | String | required Wallet ID in UUIDv4 format |
Query
Parameter | Type | Description |
---|---|---|
type | String | optional Type of Transactions, send or received |
page | Number | optional Number of Page |
limit | Number | optional Transactions per page |
Response
Field | Type | Description |
---|---|---|
pagination | Object | Pagination data |
transactions | Array | An Array Containing Transaction Objects |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key