x402basequality 0.35

OHLCV candlestick data for DYDX via x402 micropayment on Base, $0.02 per request.

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 DYDX cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a collection of pay-per-call APIs spanning data analytics, AI/ML, finance, and infrastructure utilities. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/crypto/DYDX/ohlcv` accepts POST requests and returns JSON. The x402 challenge advertises a maximum amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request. No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The platform advertises no rate limits and instant access.

Documentation beyond the landing page is sparse. The docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no description of request parameters (e.g., timeframe, date range), and no sample responses. The endpoint is confirmed live (returns a proper 402 challenge), but the exact request body format and response structure must be discovered experimentally.

Capabilities

ohlcv-datacrypto-market-datadydx-tokenx402-paymentusdc-base-settlementpay-per-requestno-api-key

Use cases

  • Fetching historical DYDX price candles for backtesting trading strategies
  • Displaying DYDX OHLCV charts in a dashboard or trading bot
  • Programmatic access to DYDX market data without API key management
  • Agent-driven crypto analysis workflows that pay per call

Fit

Best for

  • Developers needing quick, keyless access to DYDX candlestick data
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic crypto data consumers who prefer pay-per-use

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing OHLCV data for tokens other than DYDX from this specific endpoint
  • Anyone who cannot settle USDC payments on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documentation of request parameters or response format, and all doc pages return only a 'Connect wallet' stub. The listing is effectively a stub with verified liveness.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content.
  • Request body schema is unknown — no parameters (timeframe, date range, etc.) are documented.
  • Response schema is unknown — no sample responses or field descriptions are available.
  • No OpenAPI or machine-readable schema provided.

Citations

Provenance

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

Agent access