x402basequality 0.40

Get the current price of BONK token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the BONK token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated via the x402 payment protocol on the Base network.

The specific endpoint at `/api/v1/tokens/BONK/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (USD Coin on Base, contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge confirms the max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is settled on-chain to the provider's wallet. No API keys, rate limits, or upfront commitments are required — you simply attach an x402 payment header to each request.

Documentation on the site is minimal; the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail. The response schema for this endpoint is not documented, so the exact shape of the price data returned is unknown. Based on the endpoint path and the platform's Finance & Web3 category, it likely returns a JSON object containing the BONK token's current market price, but this is inferred rather than confirmed.

Capabilities

token-price-lookupbonk-pricex402-paymentbase-networkusdc-settlementpay-per-requestcrypto-market-data

Use cases

  • Retrieve the current market price of the BONK token programmatically
  • Integrate BONK price data into trading bots or portfolio dashboards
  • Fetch on-demand token pricing without managing API keys or subscriptions

Fit

Best for

  • Agents or bots needing on-demand BONK token pricing with no signup
  • Developers building crypto dashboards who want pay-per-call pricing
  • x402-compatible clients on the Base network

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing historical BONK price data or OHLCV candles (endpoint appears to return current price only)
  • Non-crypto use cases unrelated to token pricing

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented response format, no example responses, and the docs/pricing/API pages are all empty beyond a wallet-connect prompt. The actual response payload shape is entirely unknown.

Warnings

  • No response schema or example response documented — the exact data returned is unknown
  • Docs, pricing, and API pages on the site render only 'Connect wallet' with no technical content
  • The endpoint path suggests BONK-specific pricing but no confirmation of data source, update frequency, or accuracy guarantees
  • This specific /tokens/BONK/price path is not listed on the site's homepage — it may be an undocumented or dynamically generated route

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:15:26Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access