Get the current price of MASK token via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current price of the MASK token. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3 data, and utility services. The specific endpoint `/api/v1/tokens/MASK/price` falls under the Finance & Web3 category and provides token price data.
The endpoint uses the x402 payment protocol on the Base network, accepting USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) for payment. The maximum amount required per request is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals). There are no API keys, no rate limits, and no minimum commitments — you simply attach an x402 payment header with each POST request and receive the response.
Documentation beyond the landing page is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the stated MIME type of `application/json`. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation makes it difficult to know the exact shape of the returned data.
Capabilities
Use cases
- —Fetching the current market price of the MASK token programmatically
- —Building trading bots or dashboards that need real-time MASK pricing
- —Agents that need on-demand token price lookups without managing API keys
Fit
Best for
- —Developers or agents needing quick, keyless access to MASK token price data
- —Pay-per-use crypto price queries settled in USDC on Base
- —Lightweight integrations that don't want subscription overhead
Not for
- —Bulk historical price data retrieval (no evidence of historical endpoints)
- —Users who need comprehensive multi-token price feeds in a single call
- —Anyone requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/MASK/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 per request in USDC on Base). However, there is no OpenAPI schema, no example request/response, and all documentation pages beyond the landing page are empty ('Connect wallet' only). The response format is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or schema definition for request or response payloads
- —Response format for MASK price data is completely undocumented
- —The broader lowpaymentfee.com platform lists many endpoints but provides no technical details for any of them
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/tokens/MASK/price
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/MASK/price
- —Pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The site lists endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com