KB / api
GET /api/v1/trading/quotes
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/trading/quotes
Handler: app.trading.routes.get_quotes
Methods: GET
Description
Batch quotes for multiple symbols.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| query | symbols | str | PydanticUndefined | Comma-separated symbols, max 10 |
Curl
curl -s https://bigclawd.com/api/v1/trading/quotes