Crypto token data endpoint (STORJ) via x402 micropayment on Base network for $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides token data for STORJ via an x402-gated API. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure utility endpoints, all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/tokens/STORJ` returns JSON data related to the STORJ token. Payment is handled via the x402 protocol using an "exact" scheme: the caller includes an X-PAYMENT header with a USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals) on Base. No API keys or rate limits are advertised; access is instant upon valid payment.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawled material. The endpoint is confirmed live (returns 402 challenge), but the actual response format and data content must be inferred from the endpoint path and platform context.
Capabilities
Use cases
- —Fetching current STORJ token data (price, metadata) programmatically
- —Integrating pay-per-call crypto data into trading bots or dashboards
- —Agent-driven token lookups without API key management
Fit
Best for
- —Developers wanting keyless, 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 (no evidence this is provided)
- —Anyone unable to transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/STORJ \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via 402 challenge and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The actual data returned is unknown.
Warnings
- —No documentation available — docs/pricing/API pages only show 'Connect wallet'
- —No request or response schema provided; actual output format is unknown
- —No OpenAPI or machine-readable spec found
- —Endpoint purpose inferred solely from URL path '/api/v1/tokens/STORJ'
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/tokens/STORJ
- —Platform advertises $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/STORJ