Polymarket Get Trader Profile logo

Catalog action Utility

Retrieve a Polymarket trader's profile and performance metrics by wallet address. Returns trading stats such as positions, volume, and win rate over a configurable time window. Ideal for: copy-trading research, trader analysis, performance monitoring, user profiling.

At a Glance

FieldValue
Action IDpolymarket-get-trader-profile
CategoryUtility
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagspolymarket, prediction-market, traders, read, analytics

Payload Schema

FieldTypeRequiredDescription
walletAddressstringYesThe Polymarket wallet address (proxy wallet) to look up the trader profile for.
windowDaysstringNoNumber of days to look back for trading activity. Defaults to 15.

Result Schema

FieldTypeRequiredDescription
profileobjectYesTrader profile data from the Heisenberg API.
walletAddressstringYesThe wallet address that was queried.
windowDaysstringYesThe window (in days) used for the query.

Examples

json
{ "type": "polymarket-get-trader-profile", "payload": { "walletAddress": "0x0000000000000000000000000000000000000000" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I