x402basequality 0.35

OHLCV candlestick data for INJ (Injective) via pay-per-call 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 Injective (INJ) cryptocurrency token. 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 is live and returns a standard x402 402 challenge when called without payment. Each request costs $0.02 in USDC (the asset at contract 0x8335…2913 on Base, which is the canonical USDC contract). Payment is made via the x402 "exact" scheme — a single micropayment per call with no API keys, subscriptions, or rate limits required. The response MIME type is application/json.

Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of accepted query parameters (e.g., timeframe, date range). The endpoint path suggests it returns OHLCV data for INJ specifically, but the exact request format and response shape must be inferred or discovered experimentally.

Capabilities

ohlcv-datacrypto-market-datainjective-injx402-micropaymentbase-networkusdc-paymentper-request-pricing

Use cases

  • Fetching historical OHLCV candlestick data for Injective (INJ) for charting or analysis
  • Feeding INJ price data into trading bots or quantitative models
  • Building dashboards that display INJ price movements over time

Fit

Best for

  • Agents or apps needing on-demand INJ OHLCV data without API key management
  • Micropayment-native workflows that settle in USDC on Base
  • Low-volume or sporadic crypto data queries where per-call pricing is preferable to subscriptions

Not for

  • High-frequency trading requiring sub-second latency and bulk historical downloads
  • Users who need OHLCV data for many tokens in a single call (this endpoint is INJ-specific)
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

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

Example

Request

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no description of accepted parameters. The response shape is entirely unknown. This is effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
  • No OpenAPI or JSON schema for request or response bodies
  • Request parameters (timeframe, date range, etc.) are unknown and must be guessed
  • Example request JSON is speculative — actual accepted fields are undocumented

Citations

Provenance

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

Agent access