x402basequality 0.45

Query TRON token liquidity lock data via x402 micropayment per call

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge infrastructure, returns liquidity lock information for tokens on the TRON blockchain. You send a POST request with a JSON body containing a `token` field (a token address or pair identifier), and receive structured JSON data about liquidity locks associated with that token.

Payment is handled via the x402 protocol (HTTP 402 challenge-response). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) per call, or USDT on TRON (tron:728126428) at 10,000 base units ($0.01) per call. Payment is facilitated through the EruditePay Bridge, which supports settlement via Coinbase CDP on Base and native TRON settlement. The provider is described as offering "Crypto data intelligence."

Documentation is sparse — the endpoint's schema is embedded in the x402 challenge's Bazaar extension, and the provider's docs URL (docs.eruditepay.com) was not reachable during crawl. The response example in the schema is a generic `{"success": true, "data": {}}` stub, so the exact shape of the returned liquidity lock data is not documented. The EruditePay Bridge itself is a FinCEN MSB-registered facilitator (BSA ID 31000324258137) supporting 20 blockchains.

Capabilities

tron-liquidity-lockstoken-data-lookupx402-paymentusdc-base-settlementusdt-tron-settlementcrypto-data-intelligencejson-api

Use cases

  • Check whether a TRON token's liquidity is locked before investing
  • Automated due-diligence pipelines that verify LP lock status for new TRON tokens
  • Portfolio monitoring tools that track liquidity lock expirations on TRON
  • Bot-driven rug-pull detection by querying lock data programmatically

Fit

Best for

  • Agents or bots performing automated TRON token safety checks
  • DeFi analytics dashboards needing liquidity lock data
  • Developers building token screening tools for TRON

Not for

  • Querying liquidity locks on non-TRON chains (endpoint is TRON-specific)
  • Users who need detailed documentation or guaranteed response schemas before integrating
  • Free or high-volume bulk data extraction (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/launch/liquidity-locks \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear Bazaar schema for input, but the response example is a generic stub with no documented fields. Provider docs were unreachable. Pricing is clear ($0.01/call) but the actual data returned is unknown.

Warnings

  • Response schema is a generic stub — actual liquidity lock data fields are undocumented
  • docs.eruditepay.com was not reachable during crawl; no external documentation available
  • The output example {"success": true, "data": {}} provides no insight into real response structure

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:16:49Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access