Pay-per-call token data for CRV via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides token data for CRV (Curve DAO Token) through a pay-per-request x402 protocol. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The endpoint is part of a broader platform offering dozens of APIs across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. The specific `/api/v1/tokens/CRV` path sits within the Finance & Web3 category and likely returns token-level data such as price, market cap, or related metadata for the CRV token, though the exact response schema is not documented.
The x402 challenge was successfully captured with version 1, confirming the endpoint is live. The payment asset is USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base). The endpoint accepts POST requests and is marked as discoverable. Documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the exact request body format and response structure remain unknown.
Capabilities
Use cases
- —Fetching current CRV token data (price, metadata) for trading bots or dashboards
- —Integrating CRV market information into DeFi applications without managing API keys
- —Agent-driven portfolio monitoring that pays per request with USDC on Base
Fit
Best for
- —Developers needing quick, keyless access to CRV token data
- —AI agents that can settle micropayments via x402 on Base
- —Applications requiring on-demand crypto data without subscription commitments
Not for
- —High-frequency trading requiring sub-millisecond latency (no SLA documented)
- —Users who need detailed historical CRV data or OHLCV candles (response schema unknown)
- —Non-crypto use cases unrelated to token data
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/CRV \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation of request body format, response schema, or examples. All doc/pricing/API pages return only 'Connect wallet' with no useful content. The endpoint's exact functionality for CRV is inferred from the URL pattern and site landing page.
Warnings
- —No request body schema documented — callers must guess or reverse-engineer the expected POST payload
- —No response schema or example response available
- —All documentation pages (/docs, /api, /pricing, /README) are empty beyond a 'Connect wallet' prompt
- —The exact data returned for CRV tokens is unknown — could be price, metadata, or something else
- —Platform appears to be early-stage with minimal documentation
Citations
- —Endpoint returns 402 with x402 version 1 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/tokens/CRV
- —Price is $0.02 per request (maxAmountRequired 20000 base units USDC, 6 decimals)https://lowpaymentfee.com
- —Payment asset is USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)https://lowpaymentfee.com/api/v1/tokens/CRV
- —No API keys, no rate limits, instant access advertisedhttps://lowpaymentfee.com
- —Platform offers APIs across data analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com