x402basequality 0.35

Retrieve IMX token data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides token-level data for IMX (Immutable X) as part of a broader suite of finance, crypto, AI, and utility APIs. All endpoints on the platform are gated by the x402 payment protocol, settling in USDC on the Base network. The specific endpoint `/api/v1/tokens/IMX` sits within the Finance & Web3 category of the platform and likely returns token quote or metadata information for the IMX token.

The platform advertises a flat $0.02 per request across all its APIs, with no API keys, no rate limits, and no minimum commitments required. Payment is handled inline via the x402 protocol: callers attach a signed USDC payment in the `X-PAYMENT` header, and the endpoint processes the request upon verification. The x402 challenge confirms the endpoint is live, accepting payments to address `0x1A2B...85F3` in USDC (`0x8335...2913`) on Base mainnet, with a max amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).

Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the `/api/v1/tokens/IMX` endpoint actually returns. The endpoint accepts POST requests based on the outputSchema in the x402 challenge. Without sample responses or schema definitions, the exact structure of the returned data is unknown.

Capabilities

token-datacrypto-quotesx402-paymentusdc-settlementbase-networkper-request-pricingno-api-key

Use cases

  • Fetching current IMX token data or quotes programmatically
  • Integrating pay-per-call token data into trading bots or dashboards
  • Agents autonomously purchasing crypto market data without API key registration
  • Lightweight token lookups without subscription commitments

Fit

Best for

  • Developers wanting zero-signup, pay-per-use crypto token data
  • AI agents that can settle x402 payments on Base
  • Low-volume or sporadic token data lookups where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-second latency and bulk data
  • Users who need comprehensive historical OHLCV data or deep order book info
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/IMX \
  -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 x402 challenge is live and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty beyond a wallet-connect prompt. The actual data returned by this endpoint is unknown.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or JSON schema describing request parameters or response format.
  • No example responses available; the exact data returned for /api/v1/tokens/IMX is unverified.
  • The platform lists many endpoint categories (AI, analytics, finance, utils) but none have documented schemas — treat all with caution.

Citations

Provenance

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

Agent access