Get the current CELO token price via x402 micropayment on Base for $0.02 per request.
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
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
Quality
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
- —Endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/tokens/CELO/price
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/tokens/CELO/price