Polymarket Endpoints
Polymarket Wallet API
Wallet returns profile data and aggregate trading metrics for a Polymarket address, proxied from data-api.polymarket.com.
Get Polymarket wallet
Wallet profile including EOA address, proxy wallet, trading metrics, and profile data, proxied from data-api.polymarket.com.
Live GET Request
Try it
Live Response
Click Try It to run this GET request against the API.Request
curl 'https://api.thepredictionmarkets.com/api/v2/polymarket/wallet/0x1234567890abcdef1234567890abcdef12345678' \
-H 'X-API-Key: YOUR_TPM_API_KEY'Response
{
"wallet_address": "0x1234567890abcdef1234567890abcdef12345678",
"proxy_wallet": "0xabcd...",
"eoa": "0x1234...",
"username": null,
"total_volume": 12450.00,
"win_rate": 0.58,
"markets_traded": 47
}Query Parameters
| Name | Type | Required | Default | Example | Description |
|---|---|---|---|---|---|
| wallet_address | string | Yes | - | 0x1234567890abcdef1234567890abcdef12345678 | Polymarket proxy wallet or EOA address in the URL path. |
Response Fields
| Field | Type | Example | Description |
|---|---|---|---|
| proxy_wallet | string | - | Polymarket proxy wallet address. |
| eoa | string | - | Externally owned account address. |
| total_volume | number | - | Total trading volume in USD. |
| win_rate | number | - | Fraction of resolved positions that were profitable. |
| markets_traded | integer | - | Total number of distinct markets traded. |
Build with TPM
Get your API key
Start with Kalshi and Polymarket market data, then add unified spreads, signals, alerts, and watchlists as your workflow grows.