x402basequality 0.45

Real-time STORJ token price data via x402 micropayment on Base network for $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the STORJ token, accessible via the x402 payment protocol on the Base network. It is part of a broader suite of APIs offered by lowpaymentfee.com covering data analytics, AI/ML inference, finance/Web3 market data, and utility services—all priced at $0.02 per request paid in USDC on Base.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header with a signed USDC payment of up to 0.02 USDC (20,000 base units, 6 decimals) to the specified payTo address. No API keys, rate limits, or subscriptions are required—each call is independently settled on-chain.

The provider advertises a uniform $0.02/request pricing model across all endpoints, with no minimums or commitments. The x402 challenge confirms the endpoint is live, using USDC (contract 0x8335…2913) on Base mainnet with a 300-second payment timeout.

Capabilities

token-price-lookupx402-micropaymentbase-network-settlementusdc-paymentreal-time-pricingno-api-keyper-request-billing

Use cases

  • Fetching the current STORJ token price for portfolio tracking
  • Integrating real-time STORJ pricing into a trading bot
  • Agents autonomously purchasing market data without API key provisioning
  • Displaying live token prices in a dApp dashboard

Fit

Best for

  • AI agents needing on-demand crypto price data without credentials
  • Developers wanting pay-per-use token pricing with no subscription
  • Applications requiring low-friction, keyless access to STORJ market data

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing
  • Historical STORJ price data or OHLCV candles
  • Users without a Base-network USDC wallet

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/tokens/STORJ/price",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<base64-encoded-x402-payment>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing and payment details. However, there is no OpenAPI schema, no response example, no documentation beyond a landing page listing, and the specific output format for this token price endpoint is unknown.

Warnings

  • No response schema or example available—output format is inferred only from the mimeType (application/json).
  • Documentation pages (/docs, /api, /pricing, /README) all returned only 'Connect wallet' with no useful content.
  • No OpenAPI spec or detailed endpoint documentation found.

Citations

Provenance

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

Agent access