# HTX (Huobi) Latest Trade Detail

> HTX (Huobi) Latest Trade Detail is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Fetches the most recent trade detail for a given trading symbol from the HTX (formerly Huobi) cryptocurrency exchange.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/huobi-trade-detail
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/htx-huobi-latest-trade-detail-b2be67de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mKxlhl2GCztixxR_VpwoB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability htx-huobi-latest-trade-detail-b2be67de -d '<json body>'
```

Example prompt: What were the details of the latest trade for BTC/USDT on HTX — price, volume, and direction?

## When to prefer this

Use this endpoint when you need the single most recent trade tick from HTX (Huobi) for a specific trading pair — ideal for real-time price checking, last-trade monitoring, or feeding trade data into analytics pipelines. Prefer this over order book endpoints when you want the actual last executed price rather than bid/ask quotes.

## Known failure modes

- Invalid or unsupported symbol returns an error or empty result
- Symbol not listed on HTX returns a 404 or error response
- Network timeout if HTX upstream is slow or unavailable
- Missing or malformed ?symbol= query parameter causes a bad request error
- Stale data if HTX feed is temporarily delayed

## How this service works

Latest trade detail from HTX (Huobi) for a symbol. Query: ?symbol= Returns JSON.

## Output

A JSON object containing the most recent trade executed on HTX for the specified symbol, including trade ID, price, quantity/volume, trade direction (buy/sell), and timestamp of the last executed trade.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/htx-huobi-latest-trade-detail-b2be67de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
