Skip to main content
getBuilderOrders(builder, params?) returns builder-tagged orders plus related sibling orders for the same positions.

How it works

The subgraph stores builder on open orders. The SDK first fetches orders tagged with the builder address, then fetches sibling close, take-profit, and stop-loss orders matched by pid. limit caps the first builder-tagged phase only. Sibling orders from the second phase are appended without a cap, so the final array can contain more than limit rows.

Parameters

Supported filters:

Response schema

Same Order[] schema as getOrders.