List subscriptions
list_subscriptionsList all active market data subscriptions—quotes, depth, ticks, bars, scans, news—with their status, idle expiry, and capacity usage against server and IBKR limits. Monitor what's subscribed and how much capacity remains.
Instructions
List every open subscription of every kind: quotes, depth, ticks, bars, scans, news...
For each: its id, kind, key, contract, parameters, when it was created and last
read, when it will be cancelled for being idle (`idle_expires_at`), and `stale`
(true while the gateway connection is down). Also shows capacity: subscriptions
used out of the server maximum, and market depth and tick-by-tick streams used out
of IBKR's limits, plus the connection's current market data type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | IBKR_MCP_MAX_SUBSCRIPTIONS. | |
| used | Yes | ||
| depth_max | Yes | ||
| depth_used | Yes | ||
| idle_ttl_s | Yes | ||
| subscriptions | Yes | ||
| market_data_type | No | What later market data requests on this connection get. | |
| tick_by_tick_max | Yes | ||
| tick_by_tick_used | Yes |