x402basequality 0.35

Get the current CELO token price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the CELO token, accessible through the x402 payment protocol. It is part of a broader suite of APIs offered by lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/tokens/CELO/price` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an `X-PAYMENT` header with a signed payment of up to 20,000 base units of USDC (i.e., $0.02) to the provider's address on Base. No API keys, accounts, or rate limits are advertised — access is purely pay-per-call.

Documentation beyond the landing page is extremely thin. 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 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-pricecelox402-paymentusdc-basepay-per-requestcrypto-market-datajson-api

Use cases

  • Fetching the current CELO token price for portfolio tracking or trading bots
  • Integrating real-time CELO pricing into a DeFi dashboard
  • Agent-driven price checks before executing on-chain swaps involving CELO

Fit

Best for

  • Developers needing on-demand CELO price data without API key management
  • AI agents that can pay per call via x402 on Base
  • Low-volume or sporadic price lookups where $0.02/call is economical

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented batch endpoint)
  • Users who need historical OHLCV data or charting — only current price is indicated

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/CELO/price \
  -H "X-PAYMENT: <x402-signed-payment>" \
  -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 x402 402 challenge, and pricing is clear ($0.02 in USDC on Base). However, there is no OpenAPI spec, no example request or response, and all documentation pages are empty beyond a wallet-connect prompt. The response schema is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages render only 'Connect wallet' with no content
  • No example responses; the exact fields returned for CELO price are unverified
  • The provider hosts many diverse endpoints (AI, analytics, finance, utils) all at $0.02 — quality and reliability of each is unverified

Citations

Provenance

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

Agent access