OHLCV candlestick data for GRT (The Graph) via pay-per-request x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the GRT (The Graph) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all priced at $0.02 per request and settled via the x402 protocol on the Base network using USDC.
The endpoint is accessed via HTTP POST and requires an X-PAYMENT header conforming to the x402 exact-payment scheme. The maximum amount required per call is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimal places. There are no API keys, no rate limits, and no subscription commitments — each request is individually paid for on-chain.
Documentation on the site is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. As a result, the exact request body schema (e.g., supported time intervals, date ranges, or pagination parameters) and the response format are unknown. The endpoint is confirmed live via a valid 402 challenge, but callers will need to experiment or contact the provider to determine the full request/response contract.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for GRT to build trading charts
- —Backtesting trading strategies using GRT price and volume history
- —Integrating GRT market data into dashboards or portfolio trackers
- —Agent-driven crypto analysis workflows that need per-call payment without API keys
Fit
Best for
- —AI agents or bots that need on-demand GRT market data without managing API keys
- —Developers prototyping crypto dashboards who want instant pay-per-use access
- —Low-volume or sporadic consumers of GRT OHLCV data who don't want subscriptions
Not for
- —High-frequency trading requiring sub-second latency and free bulk access
- —Users who need OHLCV data for tokens other than GRT (separate endpoints exist)
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/GRT/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, documentation is essentially nonexistent — all doc pages render only 'Connect wallet'. No request body schema, response schema, or usage examples are available, making this effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
- —Request body schema is unknown; callers must guess or reverse-engineer required parameters
- —Response format and fields are undocumented
- —No OpenAPI spec or AI plugin manifest provided
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/GRT/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/GRT/ohlcv