x402basequality 0.35

Pay-per-call token data endpoint for MANA via x402 on Base (USDC, $0.02/request).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides token data for MANA (Decentraland's token) through a pay-per-call x402 protocol. It is part of a broader suite of APIs offered by the same provider spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced uniformly at $0.02 per request, settled in USDC on the Base network.

The specific endpoint `/api/v1/tokens/MANA` accepts POST requests and returns JSON. Payment is handled via the x402 exact-payment scheme: the caller includes an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). No API keys or accounts are required; access is granted per-request upon valid payment. 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 further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format and data fields for the MANA token endpoint must be inferred. It likely returns token price or market data for MANA, consistent with the sibling `/api/v1/crypto/quotes` and `/api/v1/finance/prices` endpoints listed on the site.

Capabilities

token-datacrypto-market-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Fetching current MANA token data or price information programmatically
  • Building trading bots or dashboards that need on-demand token quotes without API key management
  • Agent-driven workflows that need crypto token data with instant micropayment access

Fit

Best for

  • Developers wanting keyless, pay-per-call access to MANA token data
  • AI agents that can settle x402 payments on Base in USDC
  • Low-volume or sporadic token data lookups where subscription pricing is wasteful

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented rate guarantees)
  • Users needing comprehensive historical OHLCV data (no evidence of historical endpoints)
  • Anyone requiring detailed API documentation or SLAs before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/MANA \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, and all documentation pages beyond the landing page are empty stubs. The actual data returned by this specific endpoint is unknown.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages are all empty beyond a wallet-connect prompt
  • No request or response schema documented; actual payload structure for /api/v1/tokens/MANA is unknown
  • No OpenAPI or ai-plugin manifest found
  • The provider lists many endpoints across diverse categories (AI, analytics, finance, utilities) all at the same price, which may indicate a generic or placeholder service

Citations

Provenance

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

Agent access