OHLCV candlestick data for QNT (Quant) via per-request x402 micropayment on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the QNT (Quant) cryptocurrency token. It is part of a broader suite of finance, analytics, AI, and utility APIs offered by lowpaymentfee.com, all gated behind the x402 payment protocol on the Base network.
Each request costs $0.02 in USDC (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC on Base, which equals $0.02 given USDC's 6 decimals). Payment is settled on-chain via the x402 "exact" scheme — no API keys, accounts, or rate limits are required. The endpoint accepts POST requests and returns JSON.
Documentation beyond the landing page is extremely sparse; the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawled material. The specific request parameters (e.g., time range, interval, pagination) and response format for the OHLCV data are unknown and must be discovered experimentally.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for QNT to build trading charts
- —Programmatic access to QNT price history for backtesting trading strategies
- —Integrating QNT market data into dashboards or portfolio trackers
Fit
Best for
- —Agents or bots that need on-demand QNT price data without managing API keys
- —Developers building crypto analytics tools who prefer pay-per-call pricing
- —Automated trading systems that need OHLCV data settled via on-chain micropayments
Not for
- —High-frequency trading requiring sub-second latency (on-chain payment adds overhead)
- —Users who need free or bulk-discounted market data across many tokens
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/QNT/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI spec, no documented request/response schema, no usage examples, and all documentation pages return only a wallet-connect stub. The actual request parameters and response format for OHLCV data are entirely unknown.
Warnings
- —No OpenAPI or schema documentation available — request parameters and response format are unknown
- —All doc pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompt with no content
- —The specific OHLCV endpoint for QNT is not listed on the landing page; only generic crypto endpoints are shown
- —Cannot verify what data source backs the OHLCV data or its freshness/reliability
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/QNT/ohlcv
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/crypto/QNT/ohlcv
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com