Fetches wallet information by providing either an EOA (Externally Owned Account) address, a proxy wallet address, or a user handle. Returns the associated EOA, proxy, wallet type, handle, pseudonym, and profile image. Optionally returns trading metrics including total volume, number of trades, and unique markets traded when with_metrics=true.
EOA (Externally Owned Account) wallet address. Either eoa, proxy, or handle must be provided, but not more than one.
"0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29"
Proxy wallet address. Either eoa, proxy, or handle must be provided, but not more than one.
"0x60881d7dce725bfb0399ee0b11cc11f5782f257d"
User handle/username. Accepts both formats: username or @username (the @ prefix will be automatically stripped). Either eoa, proxy, or handle must be provided, but not more than one.
"satoshi"
Whether to include wallet trading metrics (total volume, trades, and markets). Pass true to include metrics. Metrics are computed only when explicitly requested for performance reasons.
true, false "true"
Optional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
1640995200
Optional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
1672531200
Wallet information response
The EOA (Externally Owned Account) wallet address
"0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29"
The proxy wallet address
"0x60881d7dce725bfb0399ee0b11cc11f5782f257d"
The type of wallet
"safe"
User handle/username
"satoshi"
User pseudonym/display name
"Satoshi Nakamoto"
User profile image URL
"https://example.com/avatar.png"
Trading metrics for this wallet (only present when with_metrics=true)