x402basequality 0.45

Query TRON pool liquidity depth for any token via x402-paid POST endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on the EruditePay Bridge, returns liquidity depth data for TRON-based token pools. You send a POST request with a JSON body containing a `token` field (a token address or pair identifier), and receive a JSON response with liquidity depth information. The endpoint is gated by the x402 protocol (version 2) and costs $0.01 per call.

Payment is accepted via two options: USDC on Base (eip155:8453) at 10,000 base units ($0.01, 6 decimals) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01, 6 decimals). The x402 facilitator is Coinbase CDP for the Base payment path. The provider is registered as a FinCEN MSB (BSA ID 31000324258137) and operates non-custodially, routing settlements directly on-chain.

Documentation is sparse — the endpoint description in the x402 challenge is simply "Crypto data intelligence," and the output schema example is a generic `{"success": true, "data": {}}` stub. There is no dedicated API documentation page (the /docs path returns a 404). The exact structure of the returned liquidity depth data is not documented, so consumers should expect to discover the response shape empirically.

Capabilities

tron-liquidity-depthdefi-pool-analyticsx402-payment-gatedmulti-chain-paymentcrypto-data-intelligence

Use cases

  • Checking available liquidity depth for a TRON token before executing a large swap
  • Monitoring TRON DEX pool health and depth over time for trading bots
  • Integrating TRON liquidity data into a cross-chain aggregator dashboard

Fit

Best for

  • Agents or bots needing on-demand TRON pool liquidity snapshots
  • DeFi analytics platforms covering the TRON ecosystem
  • Automated trading systems that need pre-trade liquidity checks

Not for

  • Historical time-series liquidity data (no evidence of historical support)
  • Non-TRON chains — this endpoint is TRON-specific (other chain endpoints may exist separately)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/pool/liquidity-depth \
  -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 payment schema and two payment options, but the output schema is a generic stub with no documented fields. No dedicated docs page exists, and the endpoint description is vague ("Crypto data intelligence"). The actual response structure for liquidity depth data must be inferred.

Warnings

  • Output schema example is a generic stub — actual response fields for liquidity depth are undocumented.
  • No dedicated API documentation available (/docs returns 404).
  • Endpoint description is vague: 'Crypto data intelligence' — no specifics on data coverage or freshness.
  • Response shape must be discovered empirically; the example shows only {"success": true, "data": {}}.

Citations

Provenance

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

Agent access