Pay-per-call token data API on Base — $0.02/request via x402, no API keys required.
What it does
lowpaymentfee.com exposes a suite of pay-per-request APIs gated by the x402 payment protocol on the Base network. The specific endpoint `/api/v1/tokens/BNB` returns token-level data for BNB, settling each call in USDC on Base at a cost of $0.02 (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are advertised — callers simply attach an x402 payment header to each request.
The broader platform lists endpoints across four categories: Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are priced uniformly at $0.02 per request.
Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available from the crawl. The endpoint is confirmed live (returns a valid x402 402 challenge), but the actual response format for a paid request is unknown.
Capabilities
Use cases
- —Fetching BNB token data on-demand without managing API keys
- —Integrating token information into agent workflows that support x402 payments
- —Building crypto dashboards that pay per data request
Fit
Best for
- —Agents or bots that can settle x402 payments on Base
- —Developers wanting zero-setup, keyless access to token data
- —Low-volume or sporadic queries where per-call pricing is economical
Not for
- —High-volume production use where per-call costs add up quickly
- —Users who need detailed API documentation or guaranteed SLAs
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/BNB \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, and all documentation pages are empty stubs showing only 'Connect wallet'. The actual data returned for a paid call is completely unknown.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README all render only a wallet-connect prompt
- —No OpenAPI or JSON schema describing request parameters or response format
- —Response payload structure for /api/v1/tokens/BNB is entirely unknown
- —The platform lists many endpoint categories (AI, analytics, infrastructure) but none have documented behavior — quality of underlying services is unverifiable
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/tokens/BNB
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/tokens/BNB
- —Documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet'https://lowpaymentfee.com/docs