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
Reference Data Endpoints
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
GET /v2/market-status |
Returns current market status with enum values including: 1=normal, 2=halted, 3=cancel-only | None | None | No |
GET /v2/settings/common/symbols |
Returns all supported trading symbols with detailed configuration including state, precision, and trading status | None | ts | No |
GET /v2/settings/common/currencies |
Returns all supported currencies with their configuration and display names | None | ts | No |
GET /v1/settings/common/symbols |
Returns symbol settings with pricing and trading precision information | None | None | No |
GET /v1/settings/common/market-symbols |
Returns market symbol configuration for spot trading | None | None | No |
GET /v2/reference/currencies |
Returns currency and blockchain chain reference data | None | None | No |
GET /v1/common/timestamp |
Returns current server timestamp in milliseconds | None | None | No |