x402basequality 0.40

Get the current price of OP token on Base via x402 micropayment — $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the current price of the OP (Optimism) token. It is part of a broader suite of pay-per-call APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol on the Base network, settling in USDC at $0.02 per request with no API keys, rate limits, or subscriptions required.

The specific endpoint `/api/v1/tokens/OP/price` accepts POST requests and returns JSON. The x402 challenge confirms it is live, requiring a maximum of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) paid to the provider's address on Base. The payment timeout is 300 seconds. No OpenAPI schema, detailed documentation, or example responses were found in the crawl — the docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no further content.

Because no response schema or sample output is available, the exact shape of the returned price data is unknown. Agents should expect a JSON object containing at minimum a price field for the OP token, but the precise structure must be discovered by making a paid call.

Capabilities

token-price-lookupx402-paymentbase-networkusdc-settlementpay-per-requestreal-time-datacrypto-market-data

Use cases

  • Fetching the current OP token price for trading bots or portfolio dashboards
  • Integrating real-time OP price data into DeFi applications without API key management
  • Agent-driven price checks where per-call micropayments replace subscription billing

Fit

Best for

  • Agents or apps needing on-demand OP token pricing without subscriptions
  • Low-volume or bursty workloads where $0.02/request is cheaper than a monthly plan
  • x402-native agents that can pay in USDC on Base

Not for

  • High-frequency trading requiring sub-second latency and thousands of calls per minute (cost adds up quickly)
  • Users who need historical OHLCV data or charting — this appears to be a spot-price endpoint only

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing, network, and asset details. However, there is no OpenAPI spec, no response schema, no example responses, and the documentation pages are empty (only showing 'Connect wallet'). The endpoint's behavior must be inferred from its URL path alone.

Warnings

  • No OpenAPI or response schema available — response format is unknown
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no usable content
  • The specific /api/v1/tokens/OP/price path is not listed on the provider's homepage; it may be an undocumented or dynamically-routed endpoint

Citations

Provenance

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

Agent access