x402basequality 0.35

Get the current price of BLUR 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 BLUR token. It is part of the lowpaymentfee.com platform, which offers a broad catalog 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/BLUR/price` costs $0.02 per request (20,000 base units of USDC, which has 6 decimals). No API keys or accounts are required — callers authenticate and pay via the x402 `X-PAYMENT` header. The platform advertises no rate limits and instant access. The response MIME type is `application/json`.

Documentation beyond the landing page is extremely sparse; the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 challenge), but the exact shape of the price data returned after payment is unknown.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyblur-token

Use cases

  • Fetching the current BLUR token price for portfolio tracking or trading bots
  • Integrating real-time BLUR pricing into a DeFi dashboard without managing API keys
  • Agent-driven price lookups where payment is handled programmatically via x402

Fit

Best for

  • Developers needing on-demand BLUR token pricing without subscription commitments
  • AI agents that can settle micropayments on Base via x402
  • Applications that want keyless, pay-as-you-go crypto price data

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented batch endpoint)
  • Users who need historical BLUR price data or OHLCV candles (not indicated by this endpoint)
  • Teams that require detailed API documentation and SLAs before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/BLUR/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 confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no response schema, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The listing is essentially a stub with verified liveness.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/API pages return only a 'Connect wallet' prompt with no technical content
  • No example responses available; the exact fields returned for BLUR price data are unverified
  • The platform lists many endpoint categories but specifics for /api/v1/tokens/{token}/price are undocumented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:51:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access