Get smart wallet actions
fuse_smart_wallet_get_actionsList the paginated action history (transfers, contract calls) of an authenticated smart wallet. The JWT comes from fuse_smart_wallet_authenticate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | Yes | Bearer JWT issued by `fuse_smart_wallet_authenticate`. | |
| page | No | Pagination page (default 1). | |
| limit | No | Items per page (default 10). | |
| tokenAddress | No | Optional ERC-20 token address to filter actions by. |