New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://data-api.polymarket.com/activity[
{
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"timestamp": 123,
"conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
"type": "TRADE",
"size": 123,
"usdcSize": 123,
"transactionHash": "<string>",
"price": 123,
"asset": "<string>",
"side": "BUY",
"outcomeIndex": 123,
"title": "<string>",
"slug": "<string>",
"icon": "<string>",
"eventSlug": "<string>",
"outcome": "<string>",
"name": "<string>",
"pseudonym": "<string>",
"bio": "<string>",
"profileImage": "<string>",
"profileImageOptimized": "<string>"
}
]curl --request GET \
--url https://data-api.polymarket.com/activity[
{
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"timestamp": 123,
"conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
"type": "TRADE",
"size": 123,
"usdcSize": 123,
"transactionHash": "<string>",
"price": 123,
"asset": "<string>",
"side": "BUY",
"outcomeIndex": 123,
"title": "<string>",
"slug": "<string>",
"icon": "<string>",
"eventSlug": "<string>",
"outcome": "<string>",
"name": "<string>",
"pseudonym": "<string>",
"bio": "<string>",
"profileImage": "<string>",
"profileImageOptimized": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
0 <= x <= 5000 <= x <= 10000User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Comma-separated list of condition IDs. Mutually exclusive with eventId.
0x-prefixed 64-hex string
^0x[a-fA-F0-9]{64}$Comma-separated list of event IDs. Mutually exclusive with market.
x >= 1TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION, MAKER_REBATE, REFERRAL_REWARD x >= 0x >= 0TIMESTAMP, TOKENS, CASH ASC, DESC BUY, SELL Success
User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
0x-prefixed 64-hex string
^0x[a-fA-F0-9]{64}$"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION, MAKER_REBATE, REFERRAL_REWARD BUY, SELL Was this page helpful?