x402basequality 0.35

Get the current price of TON token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the TON (Toncoin) token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/tokens/TON/price` costs $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers simply attach an x402 payment header with each request. The platform advertises no rate limits and instant access. The response MIME type is `application/json`.

The broader lowpaymentfee.com platform lists additional endpoints for analytics metrics, reports, data export, insights, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02/request price point. Documentation beyond the landing page is sparse; the docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.

Capabilities

token-price-lookupcrypto-market-datax402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Fetching the current TON/Toncoin price for trading bots or portfolio trackers
  • Integrating real-time token pricing into DeFi dashboards
  • Agent-driven price lookups without needing API key registration
  • On-demand crypto price checks settled via micropayments

Fit

Best for

  • Agents or bots that need quick, keyless access to TON token price
  • Developers prototyping crypto price integrations without signup
  • x402-native workflows that settle per-call in USDC on Base

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing historical price data or OHLCV candles (only current price indicated)
  • Anyone who needs detailed API documentation or schema definitions before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and all documentation pages beyond the landing page are empty stubs ('Connect wallet'). The actual response structure for the TON price endpoint must be guessed.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no technical content.
  • No request or response schema is documented; the output format of the TON price endpoint is unknown.
  • The endpoint path suggests a token-specific price lookup, but no details on supported tokens, data sources, or update frequency are provided.
  • This specific endpoint (/api/v1/tokens/TON/price) is not listed on the landing page's API catalog, which lists /api/v1/crypto/quotes and /api/v1/finance/prices instead — it may be undocumented or experimental.

Citations

Provenance

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

Agent access