x402basequality 0.35

Real-time FTM (Fantom) token price via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the FTM (Fantom) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering 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 at $0.02 per request with no API keys, rate limits, or subscriptions required.

The specific endpoint `/api/v1/tokens/FTM/price` accepts POST requests and returns JSON. Payment is handled via the X-PAYMENT header using the x402 exact scheme. The USDC asset contract on Base is `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`, and the maximum amount required is 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The payment timeout is 300 seconds.

Documentation beyond the landing page is extremely sparse — 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 actual data source, update frequency, and response format are unknown.

Capabilities

token-priceftm-pricex402-paymentusdc-settlementbase-networkpay-per-callno-api-keycrypto-market-data

Use cases

  • Fetching the current FTM/Fantom token price for trading bots or portfolio trackers
  • Integrating real-time FTM pricing into DeFi applications without managing API keys
  • Agent-driven crypto price lookups settled with on-chain micropayments

Fit

Best for

  • Developers needing keyless, pay-per-call FTM price data
  • AI agents that can settle x402 payments on Base
  • Low-volume or sporadic price lookups where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical price data or OHLCV candles (only current price implied)
  • Anyone without a Base-network USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages beyond the landing page are empty. The listing is essentially a stub with pricing info.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • No information on data source, update frequency, or accuracy of the FTM price
  • The broader lowpaymentfee.com platform lists many endpoints but provides no technical docs for any of them

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 23:23:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access