What problem does it solve?
Provides a consolidated, implementation-focused reference for integrating Korea Investment & Securities (KIS) REST APIs so developers can authenticate, build correct headers, generate hashkeys, and call order, quote, balance, and trade endpoints for both live and mock environments without repeatedly consulting fragmented docs.
Core Features & Use Cases
- Authentication & HashKey: Describes the token issuance flow and the separate hashkey generation step required for POST orders, plus recommended header composition and required string-typed parameters.
- Order and Market Calls: Documents endpoints and TR ID mappings for overseas and domestic workflows including current price, best bid/ask, order placement, order correction/cancellation, pending orders, balances, and trade history with live vs mock TR ID variants.
- Pagination & Exchange Mapping: Explains pagination tokens, rate-limit guidance, and the differing exchange code mappings between price queries and order/balance APIs; useful when extending broker adapters or implementing KisDomesticBrokerBase/KisBrokerBase abstractions.
Quick Start
Use this skill as a reference to implement authenticated KIS REST API calls for token generation, hashkey creation, placing and cancelling orders, and querying balances and trades in your broker integration.