Get the current price of ENJ (Enjin Coin) via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current price of the ENJ (Enjin Coin) token. It is part of a broader suite of APIs hosted at lowpaymentfee.com that cover data analytics, AI/ML inference, finance, crypto, and utility services — all gated behind the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base at $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or rate limits are required; access is granted instantly upon valid x402 payment. The x402 challenge was successfully captured, confirming the endpoint is live.
The provider's landing page lists a uniform $0.02/request pricing model across all endpoints. Documentation pages beyond the landing page returned only a "Connect wallet" prompt with no additional technical detail, so the exact response schema and supported query parameters for this token price endpoint are unknown. The endpoint is one of several crypto/finance endpoints (price feeds, exchange rates, token quotes, gas estimates) offered by the same provider.
Capabilities
Use cases
- —Fetching the current ENJ token price for portfolio tracking or trading bots
- —Integrating real-time ENJ pricing into a dApp or dashboard
- —Agent-driven crypto price lookups without API key management
Fit
Best for
- —AI agents needing on-demand crypto price data without pre-registration
- —Developers who want pay-per-call token pricing with no subscription
- —Applications requiring ENJ price data settled via crypto micropayments
Not for
- —High-frequency trading requiring sub-second latency and bulk pricing (no documented batch endpoint)
- —Users who need historical price charts or OHLCV candle data (not indicated)
- —Anyone without a Base-compatible USDC wallet for payment
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/ENJ/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and all docs pages beyond the landing page are empty ('Connect wallet' only). The endpoint's actual output is entirely inferred from its URL path.
Warnings
- —No API documentation available — docs, pricing, and README pages all return only a 'Connect wallet' prompt with no technical content.
- —Response schema for the ENJ price endpoint is unknown; no example responses are available.
- —Request body parameters (if any) are undocumented.
- —The provider hosts many endpoints across diverse categories (AI, analytics, finance, utilities) all at $0.02 — the breadth vs. depth of each is unclear.
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/tokens/ENJ/price
- —maxAmountRequired is 20000 base units of USDC on Base ($0.02)https://lowpaymentfee.com/api/v1/tokens/ENJ/price
- —Uniform $0.02/request pricing, no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/tokens/ENJ/price