OHLCV candlestick data for MANA (Decentraland) via pay-per-request x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the MANA (Decentraland) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a broad suite of data, analytics, 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 maximum amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).
Documentation beyond the landing page is sparse: the /docs, /api, /pricing, and /README pages all resolve to a minimal "Connect wallet" stub. No request/response schema, query parameters, or example payloads are documented. The exact input format (e.g., how to specify timeframe, date range, or interval for OHLCV data) is unknown and must be discovered experimentally. The platform lists many other endpoints across data analytics, AI/ML, finance/Web3, and infrastructure categories, all at the same $0.02 per-request price point.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for MANA/Decentraland
- —Building trading dashboards or bots that need MANA price feeds
- —Backtesting crypto trading strategies using MANA price history
- —Integrating MANA market data into AI agent workflows without API key management
Fit
Best for
- —AI agents or bots that need on-demand MANA market data without signup
- —Developers wanting pay-per-call crypto data with no subscription commitment
- —x402-compatible clients on the Base network looking for low-cost market data
Not for
- —High-frequency trading requiring sub-second latency guarantees (no SLA documented)
- —Users needing comprehensive documentation or well-defined request/response schemas
- —Consumers who need data for tokens other than MANA from this specific endpoint
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/MANA/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is effectively no documentation for this endpoint. Request parameters, response schema, and example payloads are all unknown. The /docs, /pricing, and /README pages are empty stubs. This is essentially a stub listing.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README all return only a 'Connect wallet' stub with no content.
- —Request parameters (timeframe, interval, date range) are completely undocumented; callers must guess or experiment.
- —Response schema is unknown — no examples or OpenAPI spec provided.
- —The platform lists many endpoints but provides no evidence of actual data sources or data quality.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/MANA/ohlcv
- —All endpoints 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/MANA/ohlcv
- —Documentation pages (/docs, /api, /pricing, /README) contain only a 'Connect wallet' stubhttps://lowpaymentfee.com/docs