getBuilderOrders(builder, params?) returns builder-tagged orders plus related sibling orders for the same positions.
How it works
The subgraph storesbuilder 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
Response schema
SameOrder[] schema as getOrders.