Primitives

poly

Polymarket execution primitive that emits broker-facing yes/no order intent.

poly (tick)

Polymarket execution primitive that emits broker-facing yes/no order intent.

Input parameters

PropTypeDefaultDescription
type*stringmarketThe Polymarket order type: market or limit
side*stringThe Polymarket broker side: buy or sell
outcomestring-The contract outcome slot: yes or no
dirstring-Directional alias for outcome: up -> yes, down -> no
amountnumber-Dollar amount to buy or sell on Polymarket
quantitynumber-Number of shares to buy or sell
sizenumber-Alias for quantity
pricenumber-Limit price for limit orders
transmitbooleanfalseWhether to transmit the order immediately
notestringOptional note carried with the broker intent
conditionIdstringOptional explicit Polymarket condition id override
tokenIdstringOptional explicit Polymarket token id override
marketSlugstringOptional explicit Polymarket market slug override

SQL example

TICK polyHasMarket = true THEN poly SET side="buy", dir="up", amount=1, transmit=true

On this page