x402basequality 0.40

Get the current BNB token price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of BNB (Binance Coin) as a paid API call using the x402 protocol. It is hosted on lowpaymentfee.com, a platform that offers a variety of data, AI, finance, and utility APIs all priced at $0.02 per request, settled in USDC on the Base network.

The specific endpoint `/api/v1/tokens/BNB/price` accepts POST requests and returns JSON. Payment is handled inline via the x402 `X-PAYMENT` header — no API keys, accounts, or rate limits are required. The x402 challenge confirms the endpoint is live, accepting USDC (contract `0x8335…2913`) on Base with a max amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The payment timeout is 300 seconds.

The provider site lists many other endpoints across categories like analytics, AI/ML, finance/Web3, and infrastructure utilities, all at the same $0.02 price point. Documentation pages beyond the landing page were essentially empty (just a "Connect wallet" prompt), so details about response schema, error handling, and exact data sources for the BNB price are not available from the crawl.

Capabilities

token-pricebnb-pricex402-paymentusdc-basemicropayment-apicrypto-market-datareal-time-pricing

Use cases

  • Fetching the current BNB price for a trading bot or portfolio tracker
  • Agents that need on-demand crypto price data without API key management
  • Embedding real-time BNB pricing into dashboards or alerts
  • Pay-per-call price checks in automated DeFi workflows

Fit

Best for

  • AI agents needing keyless, pay-per-call BNB price data
  • Developers who want instant access without signup or rate limits
  • Micropayment-native workflows on Base network

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical BNB price data or OHLCV candles (not indicated)
  • Anyone unable to pay in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/BNB/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing, network, and asset. However, there is no OpenAPI schema, no documented response format, no example responses, and the docs/pricing/README pages are all empty stubs. The endpoint's actual data source and response structure must be inferred.

Warnings

  • No response schema or example response documented — output format is unknown
  • Documentation pages (/docs, /pricing, /README) are empty beyond a wallet-connect prompt
  • Data source for BNB price is not disclosed
  • No SLA, uptime, or latency guarantees documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:36:43Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access