Wallet Transaction History
Wallet
Transaction History
GET
Wallet Transaction 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 0x-prefixed hex address, not an ENS name
Example:
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Chain filter. Can be ethereum, polygon, bsc, avalanche, arbitrum, optimism, fantom, or base.
Available options:
ethereum, polygon, bsc, avalanche, arbitrum, optimism, fantom, base Example:
"ethereum"
Results per page
Required range:
1 <= x <= 100Example:
20
Pagination offset
Required range:
x >= 0Example:
0
Field to sort results by
Available options:
timestamp, value Example:
"timestamp"
Sort order
Available options:
asc, desc Example:
"desc"