x402basequality 0.40

Get the current price of API3 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 API3 token. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 market 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/API3/price` accepts POST requests and returns JSON. The cost per request is $0.02 (20,000 base units of USDC with 6 decimals). No API keys are required; payment is handled inline via the x402 `X-PAYMENT` header. The provider advertises no rate limits and instant access.

The endpoint was confirmed live, returning a proper 402 challenge with x402 version 1. Documentation on the site is minimal — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema beyond the x402 `outputSchema` stub, and no example responses available. The token price data source and update frequency are unknown.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Fetching the current API3 token price for portfolio tracking or trading bots
  • Integrating real-time API3 pricing into a DeFi dashboard
  • Agent-driven price checks without managing API keys or subscriptions

Fit

Best for

  • Agents or bots that need on-demand API3 token pricing without subscription overhead
  • Developers who prefer crypto-native pay-per-call billing on Base
  • Low-volume or sporadic price lookups where $0.02/request is acceptable

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented SLA or latency guarantees)
  • Users needing historical price data or OHLCV candles (only current price is indicated)
  • Anyone requiring detailed API documentation or guaranteed uptime SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, no example payloads, and the documentation pages are empty beyond a wallet-connect prompt. The actual data source and response format are unknown.

Warnings

  • No OpenAPI or detailed API documentation available — docs pages render only 'Connect wallet'
  • No example request or response bodies documented; response schema is unknown
  • Data source and update frequency for API3 token price are not disclosed
  • The endpoint path suggests token-specific pricing but no list of supported tokens is documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:18:33Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access