OHLCV candlestick data for AXS (Axie Infinity) via x402 micropayment on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the AXS (Axie Infinity) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs settled via the x402 protocol on the Base network using USDC.
The endpoint is live and returns a standard x402 402 challenge when called without payment. Each request costs $0.02 (20,000 base units of USDC with 6 decimals) and is paid inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required. The payment is routed to a single payTo address on Base, and the asset used is USDC (contract 0x8335…2913).
The specific endpoint path `/api/v1/crypto/AXS/ohlcv` suggests it returns standard candlestick data (open, high, low, close, volume) for the AXS token, though the exact request parameters (timeframe, date range, etc.) and response schema are not documented in the available crawl material. The platform lists many other endpoints across finance, AI, data analytics, and utility categories, all at the same $0.02 per-request price point. Documentation pages beyond the landing page were essentially empty (showing only a "Connect wallet" prompt), so details on request/response formats must be inferred.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for AXS to build trading charts
- —Feeding AXS price data into algorithmic trading or backtesting systems
- —Monitoring AXS market activity for portfolio dashboards
- —Providing AXS price history to AI agents for financial analysis
Fit
Best for
- —Agents or apps needing on-demand AXS market data without API key management
- —Low-volume or sporadic crypto data queries where per-request pricing is economical
- —x402-native workflows that settle payments on Base with USDC
Not for
- —High-frequency trading requiring sub-second latency and bulk historical downloads
- —Users who need free or subscription-based crypto data APIs
- —Projects requiring OHLCV data for hundreds of tokens in a single call
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/AXS/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"interval": "1d", "limit": 10}'Example
Request
{
"limit": 10,
"interval": "1d"
}Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation of request parameters, response schema, or example responses — the docs, API, pricing, and README pages all returned only a 'Connect wallet' stub. The request example is inferred from common OHLCV API conventions.
Warnings
- —No documentation available — docs, API reference, pricing, and README pages are all empty stubs showing only 'Connect wallet'.
- —Request parameters and response schema are entirely inferred; no OpenAPI spec or examples are provided.
- —It is unclear what timeframes, date ranges, or pagination options the endpoint supports.
- —The platform lists many endpoints at $0.02 each but provides no evidence of actual data sources or data quality.
Citations
- —Endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/crypto/AXS/ohlcv
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/crypto/AXS/ohlcv