Get Wallet History
GET /wallets/{walletId}/history?paginationToken={token}
Retrieves a list of historical on chain activities for the specified wallet.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
Parameters
Path parameters
Path parameter | Description |
---|---|
| Unique identifier of the |
Query parameters
Query string parameter | Required/Optional | Description | Type |
---|---|---|---|
| Optional | Maximum number of items to return. Default to 50. | Number |
| Optional | Opaque token used to retrieve the next page. Returned as | String |
Response
Last updated