x402basequality 0.35

OHLCV candlestick data for Conflux (CFX) via pay-per-request x402 on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the Conflux (CFX) cryptocurrency. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all payable per-request via the x402 protocol on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the X-PAYMENT header using the x402 protocol — no API keys, accounts, or rate limits are required. Each request costs $0.02 in USDC (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC on Base, which equals $0.02 given USDC's 6 decimals). Settlement occurs on the Base L2 network.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a wallet-connect prompt with no substantive content. The exact request body schema (e.g., parameters for time range, interval, or market pair) and the response schema are not documented anywhere in the crawled material. Users will need to experiment or inspect the x402 outputSchema to determine accepted parameters.

Capabilities

ohlcv-datacrypto-market-datacfx-confluxx402-paymentper-request-pricingbase-networkusdc-settlementno-api-key

Use cases

  • Fetching historical OHLCV candlestick data for Conflux (CFX) for charting or analysis
  • Building trading bots or dashboards that need CFX price data without managing API keys
  • Agent-driven crypto research workflows that pay per-call with USDC on Base

Fit

Best for

  • Developers or agents needing on-demand CFX OHLCV data without subscription commitments
  • x402-native agents that can pay per-request in USDC on Base
  • Low-volume or sporadic crypto data consumers who prefer pay-as-you-go pricing

Not for

  • High-frequency trading requiring sub-second latency or websocket streaming
  • Users who need OHLCV data for tokens other than CFX (separate endpoints exist for other assets)
  • Anyone requiring detailed API documentation before integration — docs are currently absent

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/CFX/ohlcv \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{}'

Example

Request

{
  "limit": 10,
  "symbol": "CFX",
  "interval": "1d"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation for request parameters, response schema, or usage examples. The docs, pricing, and README pages are all empty wallet-connect stubs. The example request JSON above is inferred/speculative.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all return only a wallet-connect prompt with no content.
  • Request body schema and response schema are completely undocumented; the example_request_json is speculative.
  • The platform lists many diverse endpoints (AI, analytics, finance, utilities) all at $0.02 — the breadth and uniformity may indicate a template or early-stage project rather than mature, production-grade services.

Citations

Provenance

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

Agent access