Pay-per-call EOS token data endpoint on Base via x402, $0.02/request in USDC.
What it does
This x402-enabled endpoint at `/api/v1/tokens/EOS` is part of a broader suite of pay-per-request APIs hosted on lowpaymentfee.com. The endpoint accepts POST requests and returns JSON data related to the EOS token. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The provider offers a wide catalog of endpoints spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance and Web3 data (price feeds, exchange rates, token quotes, gas estimates), and utility services (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model and x402 payment flow on Base.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the `/api/v1/tokens/EOS` endpoint actually returns. The endpoint is confirmed live (returns a valid 402 challenge), but the actual data payload and its structure are unknown.
Capabilities
Use cases
- —Fetching EOS token information or market data on demand
- —Integrating EOS data into trading bots or portfolio dashboards
- —Agent-driven crypto data retrieval with automatic micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-call access to EOS token data
- —AI agents that can settle x402 payments on Base
- —Projects needing low-friction crypto data without subscription commitments
Not for
- —Users needing high-frequency bulk data (no documented rate limits but $0.02/call adds up)
- —Anyone requiring detailed API documentation or guaranteed SLAs before integration
- —Non-crypto use cases unrelated to token data
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/EOS \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and payment details. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The actual data returned by the endpoint is completely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all return only 'Connect wallet' with no content
- —No request or response schema provided; the structure of returned EOS token data is unknown
- —No OpenAPI or machine-readable spec available
- —The broad catalog of endpoints (AI, analytics, finance, utils) all at identical $0.02 pricing with zero documentation raises questions about actual functionality
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/tokens/EOS
- —Price is $0.02 per request (maxAmountRequired 20000 base units, USDC with 6 decimals)https://lowpaymentfee.com/api/v1/tokens/EOS
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/tokens/EOS
- —Provider advertises no API keys, no rate limits, instant access, $0.02/request pricinghttps://lowpaymentfee.com
- —Documentation pages return only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs