convert
Installation
SKILL.md
KuCoin Convert Skill
Query convert currencies, quotes, and order details on KuCoin. Return results in JSON format.
Note: This skill only supports Classic REST API GET endpoints (read-only operations).
Quick Reference
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/api/v1/convert/symbol (GET) |
Get Convert Symbol | fromCurrency, toCurrency | orderType | No |
/api/v1/convert/currencies (GET) |
Get Convert Currencies | None | None | No |
/api/v1/convert/quote (GET) |
Get Convert Quote | fromCurrency, toCurrency | fromCurrencySize, toCurrencySize | Yes |
/api/v1/convert/order/detail (GET) |
Get Convert Order Detail | orderId or clientOrderId (at least one) | None | Yes |
/api/v1/convert/order/history (GET) |
Get Convert Order History | None | status, startAt, endAt, page, pageSize | Yes |
/api/v1/convert/limit/quote (GET) |
Get Convert Limit Quote | fromCurrency, toCurrency | fromCurrencySize, toCurrencySize | Yes |
/api/v1/convert/limit/order/detail (GET) |
Get Convert Limit Order Detail | None | orderId, clientOrderId | Yes |
/api/v1/convert/limit/orders (GET) |
Get Convert Limit Orders | None | status, startAt, endAt, page, pageSize | Yes |