OHLCV candlestick data for EGLD (MultiversX) via pay-per-request x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the EGLD (MultiversX) cryptocurrency token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services.
The endpoint is accessed via HTTP POST and is gated by the x402 payment protocol on the Base network. Each request costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals). Payment is settled on-chain to the provider's address. No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
Documentation beyond the landing page is extremely sparse. The /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of accepted query parameters (e.g., timeframe, date range). The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation makes it difficult to know exactly what request body or parameters are expected and what the response payload looks like.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for EGLD to build trading charts
- —Programmatic backtesting of trading strategies using MultiversX price data
- —Feeding EGLD market data into portfolio analytics or dashboards
Fit
Best for
- —Agents or bots that need on-demand EGLD price candles without API key management
- —Developers building crypto dashboards who want simple pay-per-call pricing
- —Automated trading systems that need OHLCV data with minimal setup
Not for
- —High-frequency trading requiring sub-second latency or free bulk historical downloads
- —Users who need comprehensive multi-asset OHLCV data across hundreds of tokens in a single call
- —Anyone who needs detailed API documentation before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/EGLD/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The actual request parameters and response format are unknown.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README pages all return only a 'Connect wallet' prompt with no content.
- —No OpenAPI or JSON schema provided; request parameters (timeframe, date range, etc.) and response structure are completely unknown.
- —No example requests or responses available; integration requires trial-and-error.
- —The broader lowpaymentfee.com platform lists many diverse endpoints (AI, analytics, finance, utilities) all at $0.02 — unclear whether all are fully implemented or stubs.
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/EGLD/ohlcv
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/crypto/EGLD/ohlcv
- —Documentation pages (/docs, /pricing, /api, /README) contain only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs