Get the current price of FLR (Flare) token via x402 micropayment on Base.
What it does
This endpoint returns the current price of the FLR (Flare) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 protocol on the Base network, settling payments in USDC.
The specific endpoint `/api/v1/tokens/FLR/price` costs $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers simply attach an x402 payment header with each request. The endpoint accepts POST requests and returns JSON. The payment is settled on-chain via USDC on Base to the provider's address.
The provider's landing page lists a uniform $0.02/request pricing across all endpoints, with no rate limits, no minimums, and no commitments. Documentation pages beyond the landing page appear to require a wallet connection and contain no additional content. There is no OpenAPI schema or detailed response documentation available, so the exact shape of the price response must be inferred.
Capabilities
Use cases
- —Fetching the current FLR (Flare) token price for portfolio tracking or trading bots
- —Integrating real-time FLR pricing into a DeFi dashboard or dApp
- —Agent-driven price checks for automated crypto trading strategies
Fit
Best for
- —Developers needing on-demand FLR token pricing without API key management
- —AI agents that can pay per call via x402 on Base
- —Low-volume or sporadic price lookups where subscription APIs are overkill
Not for
- —High-frequency trading requiring sub-second latency and bulk pricing (no documented rate guarantees)
- —Users who need historical price data or OHLCV candles (only current price is indicated)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/FLR/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Example
Response
{
"price": 0.0187,
"token": "FLR",
"currency": "USD",
"timestamp": "2025-01-15T12:00:00Z"
}Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no response documentation, and the docs/pricing/README pages are empty (wallet-gated). The response shape is entirely inferred.
Warnings
- —No OpenAPI or response schema available — the example response is speculative
- —Documentation pages (/docs, /pricing, /README) are gated behind wallet connection and provide no content
- —The exact fields returned by the FLR price endpoint are unknown
Citations
- —The endpoint costs $0.02 per request (20,000 base units USDC, 6 decimals) on Base networkhttps://lowpaymentfee.com
- —No API keys, no rate limits, instant access, Base network settlementhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired 20000 with USDC asset on Basehttps://lowpaymentfee.com/api/v1/tokens/FLR/price