x402basequality 0.40

Get the current price of FLOW token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the FLOW token. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 market 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/FLOW/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals). There are no API keys, no rate limits, and no subscription commitments — you pay per request by attaching an X-PAYMENT header with a valid x402 payment proof. The payment is sent to the on-chain address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base.

Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all resolve to a "Connect wallet" prompt with no additional technical detail. The response schema for this endpoint is not documented, so the exact shape of the returned price data must be inferred from usage. The site lists many other endpoints (crypto quotes, gas estimates, exchange rates, sentiment analysis, etc.) all at the same $0.02 price point.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestflow-tokencrypto-market-datajson-api

Use cases

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

Fit

Best for

  • Agents or apps needing on-demand FLOW token pricing without API key management
  • Low-volume or sporadic price lookups where per-call billing is more economical than a subscription
  • x402-native workflows that settle payments in USDC on Base

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing across many tokens
  • Users who need historical FLOW price data or OHLCV candles (not documented here)
  • Anyone without a Base-compatible wallet or USDC balance

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/FLOW/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and the docs/pricing/README pages are all empty wallet-connect stubs. The actual response shape must be guessed.

Warnings

  • No documentation available — /docs, /pricing, and /README all return only a 'Connect wallet' prompt with no technical content.
  • Response schema for the FLOW price endpoint is undocumented; the exact JSON structure is unknown.
  • The broader site lists many endpoints but none have detailed specifications or examples.

Citations

Provenance

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

Agent access