Files
stock/refer/data/capabilities.json
T

95 lines
1.8 KiB
JSON

{
"schema_version": 4,
"label": "Expert",
"capabilities": {
"quote.by_symbol": {
"rpm": 300,
"batch": 500,
"subscribe": null
},
"quote.batch": {
"rpm": 300,
"batch": 500,
"subscribe": null
},
"quote.pool": {
"rpm": 120,
"batch": null,
"subscribe": null
},
"kline.daily.by_symbol": {
"rpm": 300,
"batch": 1,
"subscribe": null
},
"kline.daily.batch": {
"rpm": 120,
"batch": 200,
"subscribe": null
},
"kline.minute.by_symbol": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"kline.minute.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"intraday": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"intraday.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"depth5": {
"rpm": 120,
"batch": 1,
"subscribe": null
},
"depth5.batch": {
"rpm": 60,
"batch": 200,
"subscribe": null
},
"financial": {
"rpm": 120,
"batch": 100,
"subscribe": null
},
"adj_factor": {
"rpm": 120,
"batch": 200,
"subscribe": null
},
"websocket": {
"rpm": null,
"batch": null,
"subscribe": 100
}
},
"probe_log": [
"✓ quote.by_symbol",
"✓ quote.batch",
"✓ quote.pool",
"✓ kline.daily.by_symbol",
"✓ kline.daily.batch",
"✓ kline.minute.by_symbol",
"✓ kline.minute.batch",
"✓ intraday",
"✓ intraday.batch",
"✓ depth5",
"✓ depth5.batch",
"✓ financial",
"✓ adj_factor",
"✓ websocket (inferred from expert tier)"
],
"missing_caps": [],
"extras_caps": [],
"invalid_key": false
}