x402basequality 0.40

Real-time MATIC 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 MATIC (Polygon) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering finance, crypto, AI/ML, data analytics, and utility services. All endpoints use the x402 protocol on the Base network, settling payments in USDC at $0.02 per request with no API keys, rate limits, or subscriptions required.

The specific endpoint at `/api/v1/tokens/MATIC/price` accepts POST requests and returns JSON. Payment is handled via the x402 `X-PAYMENT` header using the "exact" scheme, with a max amount of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on the Base network, with a timeout of 300 seconds.

Documentation beyond the landing page is 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 responses, and no description of the response format. The endpoint is confirmed live (returns a proper 402 challenge), but the exact response payload structure is unknown.

Capabilities

token-price-lookupx402-micropaymentusdc-paymentbase-networkreal-time-pricingpay-per-requestno-api-key

Use cases

  • Fetching the current MATIC/Polygon token price for trading bots or portfolio trackers
  • Integrating real-time token pricing into DeFi dashboards without managing API keys
  • Agent-driven price lookups where per-call micropayments replace subscription billing

Fit

Best for

  • Agents or bots that need on-demand MATIC price data without subscription overhead
  • Developers prototyping crypto price integrations with instant, keyless access
  • Low-volume consumers who prefer pay-per-call over monthly plans

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need historical MATIC price data or OHLCV candles (not evidenced here)
  • Anyone without a Base-network USDC wallet for x402 payments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/MATIC/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 and payment details. However, there is no OpenAPI schema, no example request/response, and all documentation pages beyond the landing page are empty (just 'Connect wallet'). The response format is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Response payload structure is unknown — no examples found anywhere in crawled content
  • All doc/pricing/API/README pages render only 'Connect wallet' with no useful content
  • The endpoint path /api/v1/tokens/MATIC/price is not listed on the landing page (landing page lists /api/v1/crypto/quotes and /api/v1/finance/prices instead), so its exact relationship to the advertised API suite is unclear

Citations

Provenance

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

Agent access