Skill pack for Coinone Open API usage.
Install with npx skills:
npx skills install 2sem/coinone-api-skillsIf your setup prefers a GitHub URL:
npx skills install https://github.com/2sem/coinone-api-skillsIf your local skills CLI uses a slightly different install syntax, use the equivalent repo install command for this repository.
- You need Coinone Public API V2 guidance
- You need Coinone Private API V2.1 auth/signing help
- You need safe order placement rules
- You need Public or Private WebSocket integration guidance
After install, load the coinone-openapi skill when working with Coinone APIs.
Manual fallback: copy SKILL.md and the references/ folder into your skill directory.
Example prompts:
Use the coinone-openapi skill and build a signed request for /v2.1/account/balance/all.Use the coinone-openapi skill and explain how to place a safe LIMIT BUY order for KRW-BTC.Use the coinone-openapi skill and design a reconnect-safe private websocket client for MYORDER.
SKILL.md— main reusable skill instructionsreferences/endpoint-index.md— endpoint inventoryreferences/auth-signing.md— REST and WebSocket auth/signing rulesreferences/rate-limits-and-errors.md— limits, headers, retry rules, errorsreferences/order-safety.md— safe order workflowreferences/public-rest-v2.md— Public API V2 guidereferences/private-rest-v21.md— Private API V2.1 guidereferences/private-rest-v2-legacy.md— legacy Private API V2 guidereferences/public-rest-v1-deprecated.md— deprecated Public API V1 fallback guidereferences/websocket.md— public/private websocket guide
- Defaults to Public API V2 and Private API V2.1
- Includes WebSocket guidance
- Keeps deprecated endpoints available as fallback reference only
- https://docs.coinone.co.kr/docs
- https://docs.coinone.co.kr/reference/
- https://docs.coinone.co.kr/changelog
- Private request signing uses
X-COINONE-PAYLOADandX-COINONE-SIGNATURE V2.1uses UUID nonce- legacy
V2uses increasing integer nonce - order placement should validate price units before submit
MIT
See CONTRIBUTING.md.