Address events
Method: GET
Route: /merchants/:merchant/wallets/:wallet/address/:id/events (opens in a new tab)
The data contains a list of events for the payment address, such as transactions being received and confirmed, webhooks being sent, and status changes.
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
wallet | String | required Wallet ID in UUIDv4 format |
id | String | required Payment Address |
Query
Field | Type | Description |
---|---|---|
page | Number | Number of Page |
limit | Number | Events per page |
Response
Field | Type | Description |
---|---|---|
pagination | Object | Pagination data |
events | Object | Event data |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key