x402basequality 0.35

OHLCV candlestick data for IMX (Immutable X) 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) market data for the IMX (Immutable X) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all gated behind the x402 payment protocol on the Base network.

Each request costs $0.02 in USDC (USD Coin on Base, contract 0x8335…2913). The endpoint accepts POST requests and returns JSON. Payment is handled inline via the X-PAYMENT header per the x402 protocol — no API keys, accounts, or rate limits are required. The x402 challenge confirms the endpoint is live and accepting payments with a maxAmountRequired of 20000 base units (i.e., $0.02 given USDC's 6 decimals).

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact POST body format (e.g., how to specify time range, interval, or other OHLCV parameters) is unknown and must be discovered experimentally.

Capabilities

ohlcv-datacrypto-market-dataimx-tokenx402-paymentusdc-basepay-per-requestno-api-key

Use cases

  • Fetching historical OHLCV candlestick data for IMX to build trading charts
  • Programmatic backtesting of IMX trading strategies using historical price data
  • Integrating IMX market data into dashboards or portfolio trackers without API key management

Fit

Best for

  • Agents or bots that need on-demand IMX market data without signup
  • Developers prototyping crypto dashboards who want instant pay-per-call access
  • x402-native workflows on Base that need lightweight market data

Not for

  • High-frequency trading requiring sub-second latency and bulk historical downloads
  • Users who need OHLCV data for many tokens from a single endpoint (this is IMX-specific)
  • Anyone requiring detailed API documentation or guaranteed SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/IMX/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 confirms the endpoint is live and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documented parameters, and no example payloads. The docs pages are empty. This is effectively a stub listing with confirmed liveness.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages all show only a wallet-connect prompt with no technical content.
  • No OpenAPI or JSON schema for request or response bodies; the required POST body format is unknown.
  • No example responses available; actual data structure of OHLCV output is unverified.
  • The endpoint description is generic ('Premium API Access') and does not describe the OHLCV functionality specifically.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:06:43Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access