earn
Installation
SKILL.md
KuCoin Earn Skill
Query KuCoin Earn products using authenticated API endpoints. Covers Simple Earn (savings, staking, promotions) and Structured Earn (dual investment) queries. Requires API Key, Secret Key, and Passphrase for authenticated endpoints. Return the result in JSON format.
Note: This skill only supports Classic REST API GET endpoints (read-only operations).
Quick Reference
Simple Earn
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v1/earn/redeem-preview (GET) |
Get Redeem Preview | orderId | None | Yes |
/api/v1/earn/saving/products (GET) |
Get Savings Products | None | currency, currentPage, pageSize | Yes |
/api/v1/earn/promotion/products (GET) |
Get Promotion Products | None | currency, currentPage, pageSize | Yes |
/api/v1/earn/staking/products (GET) |
Get Staking Products | None | currency, currentPage, pageSize | Yes |
/api/v1/earn/kcs-staking/products (GET) |
Get KCS Staking Products | None | currency, currentPage, pageSize | Yes |
/api/v1/earn/eth-staking/products (GET) |
Get ETH Staking Products | None | currency, currentPage, pageSize | Yes |
/api/v1/earn/hold-assets (GET) |
Get Account Holding | None | currency, productId, productCategory, currentPage, pageSize | Yes |