Get the current price of BLUR token via a pay-per-call x402 endpoint on Base.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge advertising USDC on Base network at 20000 base unitshttps://lowpaymentfee.com/api/v1/tokens/BLUR/price
- —Platform pricing is $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/BLUR/price