Polymarket Wallet
Get Polymarket Wallet
with_metrics=true.
Best for: Looking up wallet identities, resolving handles to addresses, retrieving user profiles, analyzing wallet trading performance.
Endpoint: GET /polymarket/wallet
Note: Exactly one ofeoa,proxy, orhandlemust be provided per request.
Example
Response
The response returns wallet identity fields includingeoa, proxy, wallet_type, handle, pseudonym, and image. When with_metrics=true is set, a wallet_metrics object is also included with total volume, total trades, total markets, highest volume day, and counts for merges, splits, conversions, and redemptions.Authorizations
Your AIsa API key as a Bearer token.
Query Parameters
EOA (Externally Owned Account) wallet address. Either eoa, proxy, or handle must be provided, but not more than one.
^0x[0-9a-fA-F]{40}$"0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29"
Proxy wallet address. Either eoa, proxy, or handle must be provided, but not more than one.
^0x[0-9a-fA-F]{40}$"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
Response
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)