# TRX/USD Live Price (TRON)

> TRX/USD Live Price (TRON) is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current live price of TRON (TRX) in US Dollars with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/trx/usd/trx-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trx-usd-live-price-tron-33765e75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6ijc2o3kTZxFjC1C5OFei

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 trx-usd-live-price-tron-33765e75
```

Example prompt: What's the current price of TRON in US dollars right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current TRX/USD price, particularly in automated trading pipelines, portfolio trackers, or real-time dashboards. Prefer this over generic market APIs when you specifically need TRON price with minimal setup and are willing to pay a small per-call fee via x402.

## Known failure modes

- Upstream price feed unavailable — stale or missing data
- Payment not processed — 402 response if x402 payment not attached
- Rate limit exceeded — too many calls in a short window
- Service downtime — 5xx error from provider backend

## How this service works

Live TRX to USD price (TRON / US Dollar). Zero-param: GET returns current price. 波场美元实时价格行情。トロン/米ドル 価格。Precio TRON dólar. 트론 달러 시세. trx usd, trx-usd, TRX price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency (TRX), quote currency (USD), the pair string (trx-usd), a numeric price value in USD, an as_of timestamp indicating when the price was recorded, and the data source identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trx-usd-live-price-tron-33765e75/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
