Poll buffered ticks
ws_pollRetrieve buffered live market data frames. Get the latest snapshot or use a sequence ID to fetch only newer frames for continuous updates.
Instructions
Read buffered live frames. Omit after_seq to get the most recent frames (a tail snapshot); then pass the returned next_seq on subsequent calls to get only newer frames. Non-blocking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max frames to return. Default 100. | |
| symbol | No | Filter to a single symbol, e.g. BTCUSD. | |
| after_seq | No | Return only frames with seq greater than this (from a prior poll's next_seq). |