OHLCV candlestick data for DASH cryptocurrency, paid per-request via x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the DASH cryptocurrency. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-call APIs spanning finance, crypto, AI, analytics, and utility services. All endpoints use the x402 payment protocol on the Base network, settling in USDC.
The specific endpoint at `/api/v1/crypto/DASH/ohlcv` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, with a maximum cost of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. The platform advertises no API keys, no rate limits, and instant access — you simply attach an x402 payment header to each call.
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 schema, no request/response examples, and no description of accepted parameters (e.g., time range, interval/granularity, pagination). The endpoint's behavior must be inferred entirely from its URL path and the OHLCV convention. Use with the understanding that request format and response schema are undocumented.
Capabilities
Use cases
- —Fetching historical DASH price candlestick data for charting or backtesting
- —Integrating DASH OHLCV data into trading bots or portfolio dashboards
- —On-demand crypto market data retrieval without API key registration
Fit
Best for
- —Agents or apps needing quick DASH OHLCV data without signup
- —Pay-per-use crypto data access settled on-chain via x402
- —Lightweight integrations that don't need a full exchange data subscription
Not for
- —High-frequency trading requiring sub-second latency and guaranteed SLAs
- —Users who need comprehensive multi-asset OHLCV data with documented schemas
- —Anyone requiring detailed API documentation or support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/DASH/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in 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 completely undocumented, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or JSON schema for request or response bodies
- —Request parameters (time range, interval, etc.) are unknown
- —Response format is entirely undocumented — OHLCV structure is assumed from the URL path
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/DASH/ohlcv
- —Platform pricing is $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/DASH/ohlcv