x402basequality 0.35

OHLCV candlestick data for THORChain (RUNE) via per-request x402 micropayment 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 THORChain RUNE token. It is part of the lowpaymentfee.com platform, which offers a suite of data, analytics, AI, finance, and utility APIs all gated behind the x402 payment protocol on the Base network.

The endpoint is live and responds with a standard x402 challenge requiring payment in USDC (contract 0x8335…2913 on Base). The maximum amount required per request is 20,000 base units of USDC, which at 6 decimals equals $0.02 USD. Payment is made via the x402 "exact" scheme with no API keys or rate limits required — callers simply attach an X-PAYMENT header with a valid payment proof. The endpoint accepts POST requests and returns JSON.

Documentation beyond the landing page is sparse: the /docs, /pricing, and /api pages all render only a wallet-connect prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The OHLCV data format (timeframes, fields, query parameters) must be inferred or discovered experimentally. The platform advertises uniform $0.02/request pricing across all its endpoints with no minimums or commitments.

Capabilities

ohlcv-datacrypto-market-datarune-thorchainx402-paymentusdc-base-networkper-request-micropaymentno-api-key

Use cases

  • Fetching OHLCV candlestick data for THORChain RUNE for charting or technical analysis
  • Building trading bots that need RUNE price history without API key management
  • Integrating RUNE market data into agent workflows via x402 micropayments
  • Backtesting trading strategies on THORChain RUNE historical data

Fit

Best for

  • Agents or bots needing on-demand RUNE OHLCV data without subscription commitments
  • Developers who prefer pay-per-call crypto-native API access on Base
  • Quick, keyless access to THORChain market data

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing comprehensive multi-asset OHLCV data in a single call
  • Anyone requiring detailed API documentation or guaranteed schema stability

Quick start

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

Example

Request

{
  "limit": 30,
  "timeframe": "1d"
}

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 ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs/pricing/API pages are all empty wallet-connect stubs. The OHLCV data format and supported parameters are entirely unknown. The example request JSON above is inferred, not documented.

Warnings

  • No API documentation available — /docs, /pricing, /api all render only a wallet-connect prompt
  • No OpenAPI or JSON schema for request or response bodies
  • OHLCV query parameters (timeframe, limit, date range) are undocumented and must be discovered experimentally
  • Example request JSON is inferred, not sourced from documentation

Citations

Provenance

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

Agent access