Get the current price of BONK token via a pay-per-call x402 endpoint on Base.
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
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
Quality
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
- —The endpoint returns HTTP 402 with an x402 challenge requiring 20000 base units of USDC on Base ($0.02)https://lowpaymentfee.com/api/v1/tokens/BONK/price
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/BONK/price