x402basequality 0.35

Get the current price of OCEAN 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 OCEAN token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs 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.

The specific endpoint at `/api/v1/tokens/OCEAN/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are required — payment is handled inline via the x402 `X-PAYMENT` header. The endpoint was confirmed live, returning a proper 402 challenge with x402 version 1.

Documentation on the site is minimal: the docs, pricing, and API 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's actual data source for OCEAN token pricing is not documented.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestocean-token

Use cases

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

Fit

Best for

  • Agents or apps needing on-demand OCEAN token pricing without API key management
  • Developers who want pay-per-call crypto price data settled on Base in USDC
  • Low-volume or sporadic price lookups where subscription pricing is wasteful

Not for

  • High-frequency trading requiring sub-second latency and bulk historical data
  • Users who need comprehensive multi-token price feeds in a single call
  • Anyone needing detailed documentation or guaranteed SLAs before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/OCEAN/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 live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty stubs. The actual data source and response format are unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, and API pages render only 'Connect wallet' with no technical content
  • Data source for OCEAN token pricing is not disclosed
  • No example responses available to verify data quality or format

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:05:45Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access