Polymarket Get Builder Trades logo

Catalog action Utility wallet

Query trades attributed to a specific builder code on Polymarket. Returns trade details including fees, sizes, prices, and transaction hashes. Ideal for: builder revenue tracking, fee rebate analytics, trade attribution dashboards.

At a Glance

FieldValue
Action IDpolymarket-get-builder-trades
CategoryUtility
Connectorwallet
Requires gasNo
Funds movementNone declared
Tagspolymarket, trading, analytics, read

Payload Schema

FieldTypeRequiredDescription
builderCodestringYesBuilder code to query trades for. Required.
marketstringNoFilter by market condition ID.
assetIdstringNoFilter by asset/token ID.
beforestringNoFilter trades before this timestamp (ISO 8601 or Unix).
afterstringNoFilter trades after this timestamp (ISO 8601 or Unix).
cursorstringNoPagination cursor for fetching the next page of results.

Result Schema

FieldTypeRequiredDescription
tradesarrayYesArray of trades attributed to the builder.
countnumberYesNumber of trades in this page.
nextCursorstringNoPagination cursor for the next page. Absent if no more results.

Examples

json
{ "type": "polymarket-get-builder-trades", "payload": { "builderCode": "example-builderCode" }, "children": [], "connector": { "type": "wallet", "id": "conn_wallet" }}

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