x402basequality 0.40

Get the current price of INJ (Injective) 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 INJ (Injective Protocol) token. It is part of a broader suite of APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/INJ/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or accounts are required — payment is handled inline via the x402 `X-PAYMENT` header. The provider advertises no rate limits and instant access.

The endpoint was confirmed live, returning a proper 402 challenge with x402 version 1. Documentation on the site is minimal — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint likely returns a JSON object containing the INJ token price, but the exact fields are undocumented.

Capabilities

token-price-lookupcrypto-market-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Fetching the current INJ token price for a trading bot or portfolio tracker
  • Integrating real-time Injective price data into a DeFi dashboard
  • Agent-driven price lookups without needing API key registration

Fit

Best for

  • Developers needing quick, keyless access to INJ token pricing
  • AI agents that can settle micropayments via x402 on Base
  • Applications requiring on-demand crypto price data without subscription commitments

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical price data or OHLCV candles (only current price indicated)
  • Consumers without a Base-network USDC wallet for payment

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02/call in USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs/pricing/API pages are empty beyond a wallet-connect prompt. The listing is functional but minimally documented.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, and API pages on the site render only 'Connect wallet' with no technical content
  • No example responses available to verify what fields are returned
  • The broader site lists many endpoint categories but this specific token-price endpoint is not explicitly listed on the homepage (homepage shows /api/v1/finance/prices and /api/v1/crypto/quotes, not /api/v1/tokens/INJ/price)

Citations

Provenance

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

Agent access