Get trading commission rates
tossinvest_get_commissionsGet trading commission rates for Korean and US markets to estimate transaction costs before ordering or reconcile gross versus after-cost profit.
Instructions
Get the account's trading commission rates for the Korean and US markets.
Use this to estimate trading costs before ordering, or to explain the gap between gross and after-cost profit in holdings.
Args:
account_seq (number, optional): resolved automatically for single-account credentials.
response_format ('markdown' | 'json'): default 'markdown'.
Returns { accountSeq, count, commissions: [{ marketCountry, commissionRate, startDate, endDate }] }. commissionRate is a PERCENT: '0.015' means 0.015% of notional, i.e. multiply notional by 0.00015. startDate/endDate bound a promotional rate; both are null for US, and endDate is null for an open-ended rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_seq | No | accountSeq of the account to act on (the `X-Tossinvest-Account` header). Optional: falls back to TOSSINVEST_ACCOUNT_SEQ, then to the sole account on the credentials. Get valid values from tossinvest_list_accounts. | |
| response_format | No | Output format: 'markdown' for a compact human-readable summary, 'json' for the complete raw payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| accountSeq | Yes | ||
| commissions | Yes |