View chronologically ordered transactions including native transfers, ERC20 movements, NFT transfers, and decoded contract interactions.
chain_ids parameter, the API may return warnings if some requested chain IDs are not supported. Unlike errors, warnings indicate non-fatal issues where the request can still be partially fulfilled.
When unsupported chain IDs are included in your request, the API will:
warnings array in the response with details about the unsupported chains?chain_ids=1,9999,10, the API returns activity for chains 1 and 10 (supported), and includes a warning about chain 9999 (unsupported):
Used for authenticating requests. Visit Authentication to learn how to create your API key.
Wallet address to get activity for
Filter by chain(s). Accepts numeric chain IDs and/or tags. Provide a single value (e.g. ?chain_ids=1 or ?chain_ids=mainnet) or a comma-separated list (e.g. ?chain_ids=1,8543,testnet). Chain names are not accepted. If this query parameter is omitted, results include activity from chains with the default tag. 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 <= 100Successful Response
Array of activity items
Array of warnings that occurred during request processing. Warnings indicate non-fatal issues (e.g., unsupported chain IDs) where the request can still be partially fulfilled.
Pagination cursor for the next page of results