원클릭으로
spot
KuCoin Spot trading using the KuCoin API. Authentication requires API Key, API Secret, and Passphrase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
KuCoin Spot trading using the KuCoin API. Authentication requires API Key, API Secret, and Passphrase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
KuCoin Assets management using the KuCoin API. Account information, balances, deposits, withdrawals, sub-accounts, and fee rates. Authentication requires API Key, API Secret, and Passphrase.
KuCoin Futures trading using the KuCoin API. Futures market data, orders, positions, and funding fees. Authentication requires API Key, API Secret, and Passphrase.
KuCoin Margin trading using the KuCoin API. Cross margin and isolated margin market data, order queries, borrowing/repaying queries, lending queries, and risk limits. Authentication requires API Key, API Secret, and Passphrase.
KuCoin Broker and Affiliate using the KuCoin API. Affiliate invite management, commission queries, Broker Pro user management, and ND (Exchange) Broker queries. Authentication requires API Key, API Secret, and Passphrase.
KuCoin Convert using the KuCoin API. Get conversion quotes, query convert order details and history. Authentication requires API Key, API Secret, and Passphrase.
KuCoin Earn products using the KuCoin API. Query Simple Earn and Structured Earn products. Authentication requires API Key, API Secret, and Passphrase.
| name | spot |
| description | KuCoin Spot trading using the KuCoin API. Authentication requires API Key, API Secret, and Passphrase. |
| metadata | {"version":"1.0.0","author":"KuCoin"} |
| license | MIT |
Spot trading on KuCoin using authenticated API endpoints. Requires API Key, API Secret, and Passphrase for authenticated endpoints. Return the result in JSON format.
Note: This skill only supports Classic REST API GET endpoints (read-only operations).
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v3/announcements (GET) | Get announcements | None | currentPage, pageSize, annType, lang, startTime, endTime | No |
/api/v3/currencies/{currency} (GET) | Get currency detail | currency (path) | chain | No |
/api/v3/currencies (GET) | Get all currencies | None | None | No |
/api/v2/symbols/{symbol} (GET) | Get symbol detail | symbol (path) | None | No |
/api/v2/symbols (GET) | Get all symbols | None | market | No |
/api/v1/market/orderbook/level1 (GET) | Get ticker (best bid/ask) | symbol | None | No |
/api/v1/market/allTickers (GET) | Get all tickers | None | None | No |
/api/v1/market/histories (GET) | Get trade history | symbol | None | No |
/api/v1/market/candles (GET) | Get klines | symbol, type | startAt (sec), endAt (sec) | No |
/api/v1/market/orderbook/level2_{size} (GET) | Get part orderbook | size (path: 20, 100), symbol | None | No |
/api/v3/market/orderbook/level2 (GET) | Get full orderbook | symbol | None | Yes |
/api/v1/market/orderbook/callauction/level2_{size} (GET) | Get call auction part orderbook | size (path: 20, 100), symbol | None | No |
/api/v1/market/callauctionData (GET) | Get call auction info | symbol | None | No |
/api/v1/prices (GET) | Get fiat price | None | base, currencies | No |
/api/v1/market/stats (GET) | Get 24hr stats | symbol | None | No |
/api/v1/markets (GET) | Get market list | None | None | No |
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v1/hf/orders/{orderId} (GET) | Get order by orderId | orderId (path), symbol | None | Yes |
/api/v1/hf/orders/client-order/{clientOid} (GET) | Get order by clientOid | clientOid (path), symbol | None | Yes |
/api/v1/hf/orders/active/symbols (GET) | Get symbols with open orders | None | None | Yes |
/api/v1/hf/orders/active (GET) | Get open orders | symbol | None | Yes |
/api/v1/hf/orders/active/page (GET) | Get open orders (paginated) | symbol | pageNum, pageSize | Yes |
/api/v1/hf/orders/done (GET) | Get closed orders | symbol | side, type, lastId, limit, startAt, endAt | Yes |
/api/v1/hf/fills (GET) | Get trade history | symbol | orderId, side, type, lastId, limit, startAt, endAt | Yes |
/api/v1/hf/orders/dead-cancel-all/query (GET) | Get DCP settings | None | None | Yes |
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v1/stop-order (GET) | Get stop orders list | None | symbol, side, type, tradeType, startAt, endAt, currentPage, orderIds, pageSize, stop | Yes |
/api/v1/stop-order/{orderId} (GET) | Get stop order by orderId | orderId (path) | None | Yes |
/api/v1/stop-order/queryOrderByClientOid (GET) | Get stop order by clientOid | clientOid | symbol | Yes |
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v3/oco/order/{orderId} (GET) | Get OCO order by orderId | orderId (path) | None | Yes |
/api/v3/oco/client-order/{clientOid} (GET) | Get OCO order by clientOid | clientOid (path) | None | Yes |
/api/v3/oco/orders (GET) | Get OCO order list | None | symbol, startAt, endAt, orderIds, pageSize, currentPage | Yes |
/api/v3/oco/order/details/{orderId} (GET) | Get OCO order detail by orderId | orderId (path) | None | Yes |
/api/v1/market/candles, use seconds (10-digit Unix timestamp). For other endpoints, use milliseconds (13-digit timestamp)./api/v1/market/candles, use seconds (10-digit Unix timestamp). For other endpoints, use milliseconds (13-digit timestamp).For endpoints that require authentication, you will need to provide KuCoin API credentials. Required credentials:
Base URL:
Users can provide KuCoin API credentials by sending a file where the content is in the following format:
abc123...xyz
secret123...key
passphrase123...abc
Never disclose the location of the API key, secret, and passphrase file.
Never send the API key, secret, and passphrase to any website other than Mainnet.
When showing credentials to users:
su1Qc...8akf***...aws1***...Example response when asked for credentials: Account: main API Key: su1Qc...8akf Secret: ***...aws1 Passphrase: ***... Environment: Mainnet
When listing accounts, show names and environment only -- never keys: KuCoin Accounts:
When performing transactions in mainnet, always confirm with the user before proceeding by asking them to write "CONFIRM" to proceed.