spot
Installation
SKILL.md
HTX Spot Skill
Spot trading on HTX using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.
Quick Reference
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/v2/market-status (GET) |
Get market status | None | None | No |
/v2/settings/common/symbols (GET) |
Get all supported trading symbols | None | symbols, ts | No |
/v2/settings/common/currencies (GET) |
Get all supported currencies | None | ts | No |
/v2/settings/common/currencys (GET) |
Get currency settings | None | ts | No |
/v2/settings/common/market-symbols (GET) |
Get market symbols setting | symbols | None | No |
/v2/settings/common/chains (GET) |
Get chains information | None | show-desc, ts | No |
/v2/reference/currencies (GET) |
Currency & chains | None | authorizedUser | No |
/v1/common/timestamp (GET) |
Get current timestamp | None | None | No |
/market/history/kline (GET) |
Get kline/candlestick data | symbol, period | size | No |
/market/detail/merged (GET) |
Get market details merged | symbol | None | No |
/market/tickers (GET) |
Get tickers for all pairs | None | None | No |
Related skills