x402basequality 0.30

Pay-per-call premium API access on Base via x402 — $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The specific resource path `/api/v1/wire/176` is not explicitly listed among the site's documented API categories, so its exact functionality is unclear. The broader lowpaymentfee.com platform advertises a suite of pay-per-request APIs spanning Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure utilities (geocoding, validation, conversion, generation).

The x402 challenge confirms the endpoint is live and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum amount of 20,000 base units, which at 6 decimals equals $0.02 per request. This matches the site's advertised flat pricing of $0.02/request across all endpoints. The platform emphasizes no API keys, no rate limits, no minimums, and instant access — callers simply attach an x402 payment header to each request.

Because the `/api/v1/wire/176` path does not appear in the site's public API listing and the crawled documentation pages returned only "Connect wallet" with no further content, the exact input/output schema and purpose of this specific endpoint remain unknown. It may be a generic or internal route. Prospective callers should test with a single paid request to discover the response format.

Capabilities

x402-paymentpay-per-requestusdc-settlementbase-networkhttp-postjson-response

Use cases

  • Programmatic access to paid API endpoints without API key management
  • Agent-driven workflows that need on-demand, per-call payment settlement
  • Testing x402 payment protocol integrations on Base

Fit

Best for

  • Developers or agents wanting keyless, pay-as-you-go API access
  • x402-compatible wallets and agent frameworks on Base
  • Low-volume or bursty workloads where flat per-request pricing is convenient

Not for

  • Users who need detailed documentation or guaranteed SLAs before calling
  • High-volume bulk workloads where per-request pricing at $0.02 adds up quickly
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wire/176 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{}'

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/wire/176",
  "body": {},
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-encoded-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but the specific endpoint /api/v1/wire/176 is not documented anywhere on the site. Documentation pages returned only 'Connect wallet' with no usable content. No input/output schema, no examples, and no description of what this particular route does.

Warnings

  • The path /api/v1/wire/176 does not appear in the site's public API listing — its purpose is unknown.
  • All documentation, pricing, API, and README pages returned only 'Connect wallet' with no substantive content.
  • No OpenAPI spec, input schema, or response examples are available for this endpoint.
  • The exact functionality behind this endpoint is unverified — callers should test with a single paid request.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 14:48:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access