x402basequality 0.35

Get the current price of ANKR token 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 the ANKR token. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/ANKR/price` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys or accounts are required — payment is handled entirely via the X-PAYMENT header. The provider advertises no rate limits and instant access.

Documentation beyond the landing page is extremely sparse; the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format. The endpoint is live (returns a proper 402 challenge), but the lack of documentation means consumers must discover the response shape empirically.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keycrypto-market-data

Use cases

  • Fetching the current ANKR token price for portfolio tracking or trading bots
  • Integrating real-time ANKR pricing into a DeFi dashboard without managing API keys
  • Agent-driven price lookups where x402 micropayments replace traditional authentication

Fit

Best for

  • Developers or agents needing quick, keyless access to ANKR token pricing
  • x402-native applications that settle payments in USDC on Base
  • Low-volume or sporadic price checks where $0.02/request is economical

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented batch endpoint)
  • Users who need comprehensive historical OHLCV data (only current price is indicated)
  • Projects requiring detailed API documentation or SLA guarantees before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI schema, no example request or response payloads, and all documentation pages beyond the landing page are empty. The response format must be discovered empirically, making this effectively a stub listing.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or JSON schema describing request parameters or response format.
  • Response structure for the ANKR price endpoint is unknown; no example responses are available.
  • The broader lowpaymentfee.com platform lists many endpoints across diverse categories (AI, analytics, finance, utilities) all at $0.02 — the actual functionality behind each is unverified.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:18:58Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access