Retrieve liquidity lock data for tokens on Base via x402-paid POST endpoint.
What it does
This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, returns liquidity lock information for a given token or pair address on the Base network. You send a POST request with a JSON body containing a `token` field (the token contract address or pair identifier), and receive structured JSON data about liquidity locks associated with that token.
The endpoint is gated by the x402 payment protocol (v2). Each call costs 10,000 base units of either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). Since both USDC and USDT use 6 decimals, the per-call price is $0.01 (one cent). Payment is handled via the x402 header mechanism — a client sends a signed payment in the `X-PAYMENT` header, which is verified and settled through the EruditePay facilitator (backed by Coinbase CDP for Base, or EruditePay's own settlement for Tron).
The response schema is minimal in the probe: `{"success": true, "data": {}}`. The exact structure of the `data` object for liquidity locks is not documented in the available material, so the precise fields returned (lock duration, locked amount, unlock timestamps, etc.) must be discovered by making a live call. The provider describes their broader service as "Crypto data intelligence." No OpenAPI spec or detailed docs were found for this specific endpoint.
Capabilities
Use cases
- —Check whether a token's liquidity is locked before investing or trading
- —Automated rug-pull screening by verifying liquidity lock status
- —Portfolio or analytics dashboards that surface lock/unlock schedules for DeFi tokens
- —Agent-driven due diligence on newly launched tokens on Base
Fit
Best for
- —DeFi analysts needing programmatic liquidity lock checks
- —Trading bots that screen tokens for locked liquidity
- —Agents performing automated token safety assessments
Not for
- —Non-Base-chain liquidity lock queries (endpoint is Base-specific)
- —Users who need detailed historical lock/unlock event timelines (response schema unclear)
- —Free or high-volume bulk scanning (each call costs $0.01)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/base/launch/liquidity-locks \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment>" \
-d '{"token": "0x0000000000000000000000000000000000000000"}'Example
Request
{
"token": "0x0000000000000000000000000000000000000000"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live (402 challenge captured) with a clear payment scheme and input schema, but there are no detailed docs, no OpenAPI spec, and the output data object is an empty placeholder. The actual fields returned for liquidity locks are unknown.
Warnings
- —No OpenAPI or detailed documentation found for this endpoint; /docs returns 404.
- —The example output schema shows an empty `data` object — actual response fields for liquidity locks are undocumented.
- —Response structure must be inferred from a live paid call; no free preview available.
Citations
- —Provider is Erudite Intelligence LLC, operating the EruditePay x402 Bridgehttps://bridge.eruditepay.com
- —Payment accepts USDC on Base (eip155:8453) and USDT on Tron, amount 10000 base units ($0.01)https://bridge.eruditepay.com/v1/base/launch/liquidity-locks
- —x402 facilitator for Base chain is Coinbase CDPhttps://bridge.eruditepay.com
- —EruditePay Bridge is FinCEN MSB registered, BSA ID 31000324258137https://bridge.eruditepay.com