Pay-per-call token data endpoint for MANA via x402 on Base (USDC, $0.02/request).
What it does
This endpoint at lowpaymentfee.com provides token data for MANA (Decentraland's token) through a pay-per-call x402 protocol. It is part of a broader suite of APIs offered by the same provider spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced uniformly at $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/tokens/MANA` accepts POST requests and returns JSON. Payment is handled via the x402 exact-payment scheme: the caller includes an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). No API keys or accounts are required; access is granted per-request upon valid payment. The provider advertises no rate limits and instant access.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format and data fields for the MANA token endpoint must be inferred. It likely returns token price or market data for MANA, consistent with the sibling `/api/v1/crypto/quotes` and `/api/v1/finance/prices` endpoints listed on the site.
Capabilities
Use cases
- —Fetching current MANA token data or price information programmatically
- —Building trading bots or dashboards that need on-demand token quotes without API key management
- —Agent-driven workflows that need crypto token data with instant micropayment access
Fit
Best for
- —Developers wanting keyless, pay-per-call access to MANA token data
- —AI agents that can settle x402 payments on Base in USDC
- —Low-volume or sporadic token data lookups where subscription pricing is wasteful
Not for
- —High-frequency trading requiring sub-second latency and bulk data (no documented rate guarantees)
- —Users needing comprehensive historical OHLCV data (no evidence of historical endpoints)
- —Anyone requiring detailed API documentation or SLAs before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/MANA \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, and all documentation pages beyond the landing page are empty stubs. The actual data returned by this specific endpoint is unknown.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages are all empty beyond a wallet-connect prompt
- —No request or response schema documented; actual payload structure for /api/v1/tokens/MANA is unknown
- —No OpenAPI or ai-plugin manifest found
- —The provider lists many endpoints across diverse categories (AI, analytics, finance, utilities) all at the same price, which may indicate a generic or placeholder service
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/tokens/MANA
- —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 address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/tokens/MANA