Real-time STORJ token price data via x402 micropayment on Base network for $0.02/request.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/tokens/STORJ/price
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/tokens/STORJ/price