Get Limits
get_limitsRetrieve account money limits per currency, securities limits, and futures holdings for a brokerage account. Returns a start-of-day snapshot with computed free amounts.
Instructions
Account limits: money limits per currency with computed free (= quantity − locked, summarized in freeByCurrency), securities (depo) limits, futures holdings and limits. Note: the API returns a start-of-day snapshot (see loadDate) in a single T365 slice — not intraday. Zero rows are hidden unless includeZero=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Write the full result to this file (path relative to the output root: BCS_OUTPUT_DIR or server cwd) instead of returning it inline. The response becomes a short summary {savedTo, records, bytes, sample}. Use for bulk data to keep the context clean. For get_candles this also enables full-history fetching (chunking beyond the 1000-bar API limit). | |
| includeZero | No | Include zero money/depo rows (empty positions) | |
| outputFormat | No | File format; default json (or csv if outputPath ends with .csv). csv writes the main flat array of the response. |