> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Positions

> Browse platform-wide open positions.

Canonical reference: [Global Positions](/data/global/positions)

```bash theme={null}
curl "https://api.polynode.dev/v3/positions?status=open&sort=size&limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"
```

Use this for holder discovery across the platform. Add `condition_id`, `token_id`, `status`, `min_size`, and `sort` to narrow the result.
