get_sellable_quantity
Check how many shares of a symbol are currently sellable in an account, using the account sequence and ticker symbol to return the available quantity.
Instructions
Get how many shares of a symbol can currently be sold from one account. (판매가능수량 조회, read-only)
Args: account_seq: The numeric accountSeq returned by get_accounts(). symbol: A single ticker symbol, no market prefix, e.g. '005930'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| account_seq | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||