STORJ OHLCV candlestick data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the STORJ cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto market data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.
The specific endpoint at `/api/v1/crypto/STORJ/ohlcv` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys are required; payment is handled inline via the X-PAYMENT header. The platform advertises no rate limits and instant access.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of accepted parameters (e.g., time interval, date range). The endpoint is live and returns a proper 402 challenge, but without documentation it is difficult to know the exact request format or response structure.
Capabilities
Use cases
- —Fetching STORJ historical price candles for charting or technical analysis
- —Programmatic backtesting of trading strategies using STORJ OHLCV data
- —Feeding STORJ price data into automated trading bots or portfolio dashboards
- —Agent-driven market research requiring per-call crypto data without API key management
Fit
Best for
- —AI agents or bots that need on-demand STORJ candlestick data without subscription overhead
- —Developers prototyping crypto dashboards who want instant, keyless API access
- —Low-volume or sporadic consumers of STORJ market data at $0.02/call
Not for
- —High-frequency trading requiring sub-second latency and bulk historical downloads
- —Users who need OHLCV data for many tokens in a single call (endpoint is STORJ-specific)
- —Anyone requiring detailed API documentation or guaranteed SLAs before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/STORJ/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 schema, no request/response examples, and all documentation pages render only a wallet-connect stub. The request body format and response structure must be guessed entirely.
Warnings
- —No API documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content.
- —No OpenAPI or JSON schema provided; request parameters (interval, date range, etc.) are unknown.
- —No example responses available; the actual OHLCV data format is unverified.
- —The platform lists many diverse endpoints (AI, analytics, finance, utils) all at $0.02 — unclear whether all are fully implemented.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/STORJ/ohlcv
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/crypto/STORJ/ohlcv
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com