x402basequality 0.40

Get the current price of MNT (Mantle) token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the MNT (Mantle Network) token. It is part of a broader suite of APIs hosted at lowpaymentfee.com, which offers data & analytics, AI/ML inference, finance/Web3, and infrastructure utility endpoints — all payable per request via the x402 protocol on the Base network using USDC.

The specific endpoint `/api/v1/tokens/MNT/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (20,000 base units with 6 decimals) settled on-chain on Base. There are no API keys, no rate limits, and no subscription commitments — payment is handled entirely through the x402 payment header. The x402 challenge was confirmed live, returning a valid 402 response with payment parameters including the USDC contract address on Base (0x8335…2913) and a 300-second payment timeout.

Documentation beyond the landing page is sparse; the /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no additional technical detail. No OpenAPI schema, request/response examples, or detailed field descriptions were found. The endpoint appears to be part of a pattern where `/api/v1/tokens/{symbol}/price` returns token pricing data, but the exact response schema is not documented.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestcrypto-market-data

Use cases

  • Fetching the current MNT (Mantle) token price for portfolio tracking or trading bots
  • Integrating real-time token pricing into DeFi dashboards or aggregators
  • Agent-driven price checks where per-call micropayments replace API key management
  • Building automated alerts or triggers based on MNT price movements

Fit

Best for

  • AI agents or bots that need on-demand token price data without managing API keys
  • Developers who prefer pay-per-call pricing over subscription models
  • Applications already operating on the Base network with USDC liquidity

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented rate guarantees)
  • Users who need historical price data or OHLCV candles (only current price is indicated)
  • Anyone without USDC on Base or unfamiliar with x402 payment flows

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI schema, no documented request/response format, and all documentation pages beyond the landing page are empty stubs. The endpoint's actual behavior and response shape must be inferred.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • No example responses or field descriptions found for the token price endpoint
  • The broader site lists many endpoints but none have detailed documentation

Citations

Provenance

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

Agent access