GET /api/v1/flow/symbol/{symbol}
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script β do not edit this file directly.
GET /api/v1/flow/symbol/{symbol}
Handler: app.flow.routes.get_symbol_detail
Methods: GET
Description
Per-symbol drawer: todayβs minute series (ascending) + dealer-premium and OI series. Unknown symbol / no data β 200 with empty arrays. Invalid symbol β 422.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | symbol |
str |
PydanticUndefined |
Curl
curl -s https://bigclawd.com/api/v1/flow/symbol/{symbol}