Files
Hana 347c9546ed
CI / test (push) Successful in 37s
Add OpenStock agent CLI skill
2026-06-09 17:22:59 +09:00

20 lines
527 B
Markdown

# `openstock api call`
Purpose: directly call a KIS GET endpoint with access-token headers.
Usage:
```bash
openstock api call /uapi/... --param tr_id=... --param KEY=VALUE
```
Inputs: `endpoint`, repeated `--param KEY=VALUE`.
Reads: KIS credentials and access token from config/env.
External IO: KIS endpoint GET.
Output fields: `broker`, `endpoint`, `params`, `request_semantics`, `response`, `response_semantics`.
Agent rule: prefer typed commands; use this only for endpoints not yet implemented as stable commands.