Get Wallet Activity logo

Catalog action Blockchain Data

Retrieve decoded and categorized transaction history for any wallet address via Sim Dune API. Returns human-readable activity (transfers, swaps, approvals, NFT trades, staking, bridges) with timestamps, addresses, token amounts, and USD values. Most recent first. Pagination: default 20, max 100 items, use nextOffset for older activity. Ideal for: activity feeds, transaction notifications, audit trails, wallet behavior analysis.

At a Glance

FieldValue
Action IDsim-dune-get-wallet-activity
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssim-dune, blockchain, wallet, transactions, activity, history, transfers, swaps, approvals, decoded, feed, read

Payload Schema

FieldTypeRequiredDescription
addressstringYesWallet address to get activity for
chainIdsarrayNoChain IDs to query (optional, defaults to all supported chains)
limitnumberNoMaximum number of activities to return (default: 20, max: 100)
offsetstringNoCursor for pagination (use nextOffset from previous response)
filterSpamTokensbooleanNoPost-process results through the B3OS token filter service to remove spam and low-liquidity tokens from transfers. Default: true

Result Schema

FieldTypeRequiredDescription
addressstringYesWallet address queried
activitiesarrayYesTransaction activities
hasMorebooleanYesWhether there are more results available
nextOffsetstring | nullNoCursor for next page of results
warningsarrayNoAPI warnings (e.g., unsupported chain IDs)

Examples

json
{ "type": "sim-dune-get-wallet-activity", "payload": { "address": "0x0000000000000000000000000000000000000000" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I