wallet
- The wallet address to query (supports ENS domains and various address formats)Parameter | Type | Default | Description |
---|---|---|---|
limit | number | 100 | Number of items to return (max 1000) |
page | number | 1 | Page number for pagination |
offset | number | 0 | Offset for pagination (alternative to page) |
order | string | ”desc” | Sort order: “asc” or “desc” by timestamp |
blacklist | string | - | Comma-separated list of addresses to exclude from results |
unlistedAssets | boolean | true | Include unlisted/unverified tokens |
filterSpam | boolean | true | Filter out spam tokens |
model: "transfer"
)
model: "swap"
)
ERC20_IN
/ ERC20_OUT
- Token transfersNATIVE_IN
/ NATIVE_OUT
- Native currency transfersVAULT_DEPOSIT
/ VAULT_WITHDRAW
- Vault/staking operationsevm:chainId
(e.g., evm:8453
for Base, evm:1
for Ethereum).
transfer_raw_amount
/ swap_raw_amount_*
: Raw token amounts in smallest units (wei for 18-decimal tokens)transfer_amount
/ swap_amount_*
: Human-readable amounts (already divided by decimals)id
: Can be null
for unlisted/unverified tokenslogo
: Can be null
if no logo is availableprice
: Can be 0
for tokens without established pricing0
for new or unlisted tokenstx_raw_fees_native
: String representation of fees in native token’s smallest unittx_fees_native_usd
: USD value of transaction fees3.6056199820541157e+24
).asc
, desc
Wallet activity response
The response is of type object
.