x402basequality 0.35

Compare TVL across multiple DeFi protocols via a pay-per-call x402 endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

The `/v1/multi/tvl-compare` endpoint on EruditePay's Bridge provides crypto data intelligence, specifically Total Value Locked (TVL) comparison across multiple protocols or chains. It is an x402-gated POST endpoint that accepts a JSON body with a `query` parameter and returns structured JSON results.

Payment is required per call at $0.01 (10,000 base units of USDC on Base, or 10,000 base units of USDT on Tron). The endpoint supports two payment rails: USDC on Base (eip155:8453) via the Coinbase CDP facilitator, and USDT on Tron (tron:728126428). The provider is Erudite Intelligence LLC, a FinCEN-registered MSB.

Documentation is sparse — the endpoint description in the x402 challenge is simply "Crypto data intelligence," and the Bazaar schema shows a generic `query` string input with a generic `{success: true, data: {}}` output example. There is no dedicated API documentation page (the `/docs` path returns a 404). The exact query syntax, supported protocols, and response data structure are not documented in the available materials, so callers will need to experiment or contact the provider for details.

Capabilities

tvl-comparisondefi-analyticscrypto-datax402-paymentmulti-chain-paymentusdc-baseusdt-tronpay-per-call

Use cases

  • Comparing TVL across multiple DeFi protocols to inform investment decisions
  • Building dashboards that track TVL changes across chains or protocols
  • Automated agents that monitor DeFi ecosystem health via TVL metrics
  • Research and reporting on DeFi protocol adoption

Fit

Best for

  • Agents or apps needing on-demand DeFi TVL comparisons
  • Developers building crypto analytics tools with pay-per-call pricing
  • Users who want to pay with USDC on Base or USDT on Tron

Not for

  • Users needing detailed API documentation before integrating
  • High-frequency polling where per-call costs would accumulate quickly
  • Non-crypto data intelligence use cases

Quick start

curl -X POST https://bridge.eruditepay.com/v1/multi/tvl-compare \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"query": "aave vs compound"}'

Example

Request

{
  "query": "aave vs compound"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.01 per call), but documentation is essentially absent. The query syntax, supported protocols, and response schema are all undocumented — the Bazaar schema uses placeholder examples only. No dedicated docs page exists.

Warnings

  • No API documentation available — /docs returns 404
  • Query syntax and supported protocols/chains are undocumented
  • Output schema is a generic placeholder ({success: true, data: {}}) with no real field definitions
  • Endpoint description is vague: 'Crypto data intelligence'

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:39:39Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access