Polymarket Endpoints

Polymarket Wallet API

Wallet returns profile data and aggregate trading metrics for a Polymarket address, proxied from data-api.polymarket.com.

GET/api/v2/polymarket/wallet/{wallet_address}Try It

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

NameTypeRequiredDefaultExampleDescription
wallet_addressstringYes-0x1234567890abcdef1234567890abcdef12345678Polymarket proxy wallet or EOA address in the URL path.

Response Fields

FieldTypeExampleDescription
proxy_walletstring-Polymarket proxy wallet address.
eoastring-Externally owned account address.
total_volumenumber-Total trading volume in USD.
win_ratenumber-Fraction of resolved positions that were profitable.
markets_tradedinteger-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.