x402basequality 0.35

OHLCV candlestick data for GALA token, paid per-request via x402 on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the GALA cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-call APIs spanning data analytics, AI/ML, finance, and infrastructure — all settled via the x402 protocol on the Base network using USDC.

The specific endpoint at `/api/v1/crypto/GALA/ohlcv` accepts POST requests and returns JSON. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). Payment is handled inline via the x402 `X-PAYMENT` header — no API keys, accounts, or rate limits are required. The x402 challenge was confirmed live, returning a 402 with a valid payment challenge advertising USDC on Base (contract 0x8335…2913) with a 300-second payment timeout.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" stub with no further content. There is no OpenAPI schema, no request/response examples, and no description of accepted parameters or response fields. The OHLCV endpoint itself is not listed on the homepage (which shows other crypto endpoints like quotes and gas), so its exact capabilities are inferred from the URL path convention. Users should expect standard OHLCV fields but should test the endpoint to confirm the actual schema.

Capabilities

ohlcv-candlestick-datacrypto-market-datagala-tokenx402-paymentusdc-base-networkper-request-billingno-api-key

Use cases

  • Fetching historical OHLCV candlestick data for GALA to build trading charts
  • Programmatic access to GALA price data for backtesting trading strategies
  • Agent-driven market analysis requiring per-call payment without API key management

Fit

Best for

  • Developers needing quick, keyless access to GALA OHLCV data
  • AI agents that can settle x402 payments on Base
  • Low-volume or sporadic crypto data consumers who prefer pay-per-call

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented streaming or batch support)
  • Users who need comprehensive multi-asset OHLCV across hundreds of tokens from a single well-documented API

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint is not even listed on the provider's homepage. Effectively a stub listing with confirmed liveness.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README pages all return only a 'Connect wallet' stub.
  • No OpenAPI or request/response schema provided; request parameters and response format are unknown.
  • This specific OHLCV endpoint for GALA is not listed on the provider's homepage; its existence is confirmed only via the probe.
  • Data source, update frequency, and historical depth for OHLCV data are undocumented.

Citations

Provenance

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

Agent access