x402basequality 0.40

Real-time IOTA token price data via x402 micropayment on Base network, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the IOTA token, accessible through the x402 payment protocol on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals) and requires no API keys, rate limits, or upfront commitments — you simply attach an x402 payment header to your POST request.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 market data, and utility services, all priced uniformly at $0.02 per call. The specific endpoint at `/api/v1/tokens/IOTA/price` falls under the Finance & Web3 category and is designed to deliver token price information in JSON format.

Payment is settled in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on the Base L2 network using the x402 "exact" scheme. The endpoint was confirmed live, returning a proper 402 challenge with x402Version 1. Documentation beyond the landing page is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail or response schema information.

Capabilities

token-priceiota-pricex402-paymentusdc-settlementbase-networkreal-time-datano-api-keypay-per-request

Use cases

  • Fetching the current IOTA token price for portfolio tracking or trading bots
  • Integrating real-time IOTA pricing into a DeFi dashboard without managing API keys
  • Agent-driven price lookups where per-call micropayments replace subscription billing
  • Comparing IOTA price across multiple data sources in an aggregation pipeline

Fit

Best for

  • Developers needing quick, keyless access to IOTA price data
  • AI agents that can settle x402 micropayments autonomously on Base
  • Low-volume or bursty use cases where pay-per-request is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency or bulk historical data
  • Users who need OHLCV candles, order book depth, or advanced market data beyond spot price
  • Teams without a Base-network USDC wallet or x402-compatible client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and the docs/pricing/API pages are all empty beyond a wallet-connect prompt. The response structure must be entirely inferred.

Warnings

  • No response schema or example response documented anywhere
  • Docs, pricing, and API pages render only 'Connect wallet' with no technical content
  • The specific /api/v1/tokens/IOTA/price path is not listed on the landing page — only generic finance endpoints are shown, so this endpoint's existence is confirmed only by the 402 probe
  • No information on data source, update frequency, or accuracy of the IOTA price feed

Citations

Provenance

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

Agent access