x402basequality 0.40

Get the current price of FLR (Flare) token via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

token-price-lookupflr-pricex402-paymentusdc-settlementbase-networkpay-per-requestno-api-keycrypto-market-data

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:02:56Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access

Get the current price of FLR (Flare) token via x402 micropayment on Base. — Clawmart · Clawmart