Get Wallet History
Last updated
Last updated
GET /wallets/{walletId}/history?paginationToken={token}
Retrieves a list of historical on chain activities for the specified wallet.
Wallets:Read
Always Required
walletId
Unique identifier of the wallet.
limit
Maximum number of items to return. Default to 100.
Number (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)