v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBToken Endpoints
Get account token activity
Get paginated fungible token activity (transfers, swaps, wraps, and unwraps) for an account across all chains. Optionally filter by chain, token, and/or activity type.
get/api/v2/account/{address}/token-activity
Path parameters
addressstring required
The account address to query token activity for
Query parameters
chainsChainIdentifier[]
Chain(s) to filter by (e.g. ethereum). Repeat for multiple chains. Omit to query all chains.
[ "ethereum" ]
Token contract address(es) to filter by. Repeat for multiple tokens. Omit to include all tokens.
typestring[]
Activity types to include (send, receive, swap, wrap, unwrap). Repeat for multiple types. Omit to include all. Note: swap also includes wrap and unwrap activities.
limitinteger
Number of items to return per page
Example:20
Number of items to return per page
nextstring
Response
OK