x402basequality 0.35

Get the current ICP 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 the ICP (Internet Computer) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 protocol for payment, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/ICP/price` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired 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 needed — payment is handled entirely via the X-PAYMENT header in the x402 flow.

Documentation on the site is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI schema, no request/response examples, and no detailed documentation for any endpoint. The endpoint is confirmed live (returns a proper 402 challenge), but the exact response format and any supported query parameters are unknown.

Capabilities

token-priceicp-pricex402-paymentusdc-basepay-per-callcrypto-market-datano-api-key

Use cases

  • Fetching the current ICP token price for portfolio tracking or trading bots
  • Integrating real-time ICP pricing into a dApp or dashboard
  • Agent-driven price checks where per-call micropayment is preferred over subscription keys

Fit

Best for

  • Developers needing ICP price data without managing API keys
  • AI agents that can pay per request via x402
  • Low-volume or sporadic price lookups where $0.02/call is cost-effective

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need historical OHLCV data or charting (no evidence this endpoint provides that)
  • Anyone needing detailed documentation or SLA guarantees before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/ICP/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 confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The exact response format and supported parameters are entirely unknown.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or schema definition for request or response bodies.
  • No example responses available; the actual data returned by this endpoint is unverified.
  • The broader lowpaymentfee.com platform lists many endpoints but provides no detailed docs for any of them.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:02:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access