Get the current price of MANA (Decentraland) via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current price of the MANA token (Decentraland) as a JSON response, accessible via the x402 payment protocol on the Base network. Each request costs $0.02 in USDC, settled on-chain with no API keys, rate limits, or subscriptions required.
The endpoint is part of a broader suite of APIs offered at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 market data, and utility services — all priced uniformly at $0.02 per request. This specific endpoint lives under the Finance & Web3 category and is designed for agents or applications that need real-time token pricing data with minimal friction. The x402 challenge confirms the endpoint is live, accepting POST requests, and paying out to a specified address using USDC (contract 0x8335…2913) on Base.
Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all resolve to a wallet-connect prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint appears functional based on the 402 challenge, but the lack of documentation means callers must discover the response format empirically.
Capabilities
Use cases
- —Fetching the current MANA/USD price for portfolio tracking or trading bots
- —Integrating real-time Decentraland token pricing into a dApp or dashboard
- —Agent-driven market data retrieval without API key management
Fit
Best for
- —AI agents needing on-demand token price data without authentication
- —Developers who want pay-per-call crypto pricing with no subscription
- —Applications on Base that can settle micropayments in USDC
Not for
- —High-frequency trading requiring sub-second latency and bulk pricing
- —Users who need historical MANA price data or OHLCV candles
- —Anyone without a Base-compatible wallet or USDC balance
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/MANA/price \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI spec, no documented request/response schema, and no example payloads. The /docs, /pricing, and /README pages are all empty wallet-connect stubs. The listing is effectively a stub with verified liveness.
Warnings
- —No OpenAPI or schema documentation available — response format must be discovered empirically
- —All documentation pages (/docs, /pricing, /README) return only a wallet-connect prompt with no content
- —No example request or response payloads are provided anywhere in the crawl material
- —The provider hosts many endpoints at uniform $0.02 pricing; unclear if all are fully implemented or placeholders
Citations
- —The endpoint returns a 402 challenge with x402Version 1, accepting USDC on Base at maxAmountRequired 20000 (i.e., $0.02)https://lowpaymentfee.com/api/v1/tokens/MANA/price
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/MANA/price
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Basehttps://lowpaymentfee.com
- —The endpoint is listed under Finance & Web3 category alongside price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com