Wallet Transfer History
Wallet
Wallet Transfers
GET
Wallet Transfer History
Documentation Index
Fetch the complete documentation index at: https://docs.asksurf.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Wallet address — must be a raw address (0x-prefixed hex for EVM, base58 for Solana). ENS names like vitalik.eth are not supported; resolve to a 0x address first.
Example:
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Chain. Can be ethereum, base, or solana.
Available options:
ethereum, base, solana Example:
"ethereum"
Filter by transfer direction relative to the queried wallet. in for incoming, out for outgoing. Omit for both directions.
Available options:
in, out Example:
"in"
Filter by token contract address. Use 0x0000000000000000000000000000000000000000 for native token transfers. Omit for all tokens.
Example:
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Results per page
Required range:
1 <= x <= 100Example:
20
Pagination offset
Required range:
x >= 0Example:
0