# MEXC Latest Trade Price

> MEXC Latest Trade Price 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).

Returns the latest trade price for a given symbol from the MEXC cryptocurrency exchange

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/mexc-price
- 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/mexc-latest-trade-price-5e86494e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__8hiyNPn18tnVigNZGbVk

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 mexc-latest-trade-price-5e86494e -d '<json body>'
```

Example prompt: What's the latest trade price for BTCUSDT on MEXC right now?

## When to prefer this

Use this endpoint when you specifically need live or latest trade price data from the MEXC exchange for a given cryptocurrency trading pair, particularly when MEXC-specific pricing is required (e.g. for arbitrage, MEXC order routing, or checking MEXC-listed tokens not available elsewhere).

## Known failure modes

- Invalid or unrecognized symbol returns an error or empty response
- Missing ?symbol= parameter may return a 400 or default error
- MEXC API downtime or rate limiting may cause failures
- Symbol not listed on MEXC returns no price data

## How this service works

Latest trade price from MEXC for a symbol. Query: ?symbol= Returns JSON.

## Output

A JSON object containing the latest trade price for the requested symbol as reported by the MEXC exchange, including the symbol and current price value.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mexc-latest-trade-price-5e86494e/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)
