x402basequality 0.35

Real-time TRX token price via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the TRX (Tron) token, accessible via the x402 payment protocol on the Base network. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3 data, and utility services. Each request costs $0.02 in USDC (USD Coin) on Base, settled on-chain with no API keys, no rate limits, and no subscriptions required.

The specific endpoint `/api/v1/tokens/TRX/price` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is made via the x402 "exact" scheme to the specified payTo address. The broader site lists many similar endpoints at the same price point, all following the same x402 payment flow.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint appears functional based on the 402 challenge, but the exact response format must be inferred from the endpoint path and common conventions for token price APIs.

Capabilities

token-pricetrx-pricex402-paymentusdc-on-basepay-per-requestno-api-keycrypto-market-datareal-time-pricing

Use cases

  • Fetching the current TRX/Tron token price for portfolio tracking or trading bots
  • Integrating real-time TRX pricing into a DeFi application or dashboard
  • Agent-driven price lookups where per-call micropayments replace API key management
  • Comparing TRX prices across multiple data sources

Fit

Best for

  • Agents or apps needing on-demand TRX price data without subscription overhead
  • Developers who prefer on-chain micropayments over traditional API key billing
  • Low-volume or sporadic price lookups where $0.02/call is cost-effective

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need historical price data, OHLCV candles, or order book depth
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/TRX/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages are blank beyond a wallet-connect prompt. The endpoint's actual output format is unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is entirely unknown
  • All doc pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • The specific /api/v1/tokens/TRX/price path is not listed on the homepage; only /api/v1/crypto/quotes and /api/v1/finance/prices are shown, so this endpoint may be undocumented or dynamically routed
  • No example responses available to verify data quality or structure

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:18:02Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access