OHLCV candlestick data for FLOW token, paid per-request via x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the FLOW cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, analytics, AI, finance, and utility APIs all payable per-request via the x402 protocol on the Base network using USDC.
The endpoint is accessed via HTTP POST at `/api/v1/crypto/FLOW/ohlcv`. Each request costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals = $0.02), settled on-chain on Base to the provider's wallet. No API keys, accounts, or rate limits are required — payment is handled entirely through the x402 payment header.
The provider's landing page lists a broad catalog of endpoints across crypto, finance, AI/ML, and utility categories, all at the same $0.02/request price point. However, documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no documentation of accepted parameters or response format for this OHLCV endpoint. Users should expect to experiment or contact the provider for integration details.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for the FLOW token
- —Building trading dashboards or charting tools that display FLOW price action
- —Backtesting trading strategies using FLOW price and volume data
- —Integrating FLOW market data into automated trading agents
Fit
Best for
- —Agents or apps needing on-demand FLOW OHLCV data without API key management
- —Pay-per-use crypto market data with no subscription commitment
- —x402-native workflows that settle payments on Base in USDC
Not for
- —Users needing comprehensive API documentation or guaranteed SLA
- —High-frequency trading requiring sub-second latency guarantees
- —Accessing OHLCV data for tokens other than FLOW (separate endpoints exist)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/FLOW/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response documentation, no examples, and all doc pages render only 'Connect wallet'. The actual request parameters and response format are entirely unknown.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or JSON schema describing request parameters or response format
- —Response structure for OHLCV data is completely undocumented; users must guess or experiment
- —The provider hosts many endpoints but none appear individually documented
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/crypto/FLOW/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
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/crypto/FLOW/ohlcv