View chronologically ordered transactions including native transfers, ERC20 movements, NFT transfers, and decoded contract interactions.
Used for authenticating requests. Provide an API key with a purpose of Sim API
. See Authentication.
Wallet address to get activity for
Filter by chain(s). Accepts a single numeric chain ID (e.g. ?chain_ids=1
), a single chain name (e.g. ?chain_ids=ethereum
), or a comma separated list of either (e.g. ?chain_ids=1,137
or ?chain_ids=ethereum,polygon
). If omitted, results include activity from chains with the "default" tag for the address. See the Supported Chains Tags section.
The offset to paginate through result sets. This is a cursor being passed from the previous response, only use what the backend returns here.
Maximum number of activity items to return. Default is 20 when not provided. Values above 100 are reduced to 100.
1 <= x <= 100
Successful Response
The response is of type object
.