x402basequality 0.45

Query DeFi protocol TVL data via x402 micropayment on Base or Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint returns Total Value Locked (TVL) data for DeFi protocols. It is an x402-gated POST endpoint hosted by Erudite Intelligence LLC at bridge.eruditepay.com. You send a JSON body with a `protocol` field (e.g. "aave") and receive structured TVL data in return.

Payment is required per-call via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (EIP-155:8453) at 10,000 base units ($0.01) per request, or USDT on Tron at 10,000 base units ($0.01) per request. The Coinbase CDP facilitator is used for Base settlements. The endpoint returns JSON with a `success` boolean and a `data` object containing the TVL information.

Documentation is sparse — the provider's /docs path returns a 404, and the only schema information comes from the x402 challenge's embedded Bazaar extension. The input schema specifies a single `protocol` field described as "DeFi protocol name or address." The output example shows `{"success": true, "data": {}}` but does not detail the structure of the data object. The provider, Erudite Intelligence LLC, is a FinCEN-registered MSB and operates the EruditePay x402 Bridge facilitator supporting 20 blockchains.

Capabilities

defi-tvl-queryx402-paymentusdc-baseusdt-tronprotocol-lookupjson-apimicropayment-gated

Use cases

  • Querying current TVL for a specific DeFi protocol like Aave or Uniswap
  • Building dashboards that display TVL across multiple protocols
  • Agent-driven DeFi research that needs on-demand TVL figures
  • Comparing TVL across protocols for investment analysis

Fit

Best for

  • AI agents needing pay-per-call DeFi TVL data without API keys
  • Developers who want x402-native crypto data endpoints
  • Quick lookups of protocol-level TVL by name or address

Not for

  • Historical TVL time-series analysis (no evidence of historical data support)
  • Free or high-volume bulk data ingestion (each call costs $0.01)
  • Detailed protocol breakdowns beyond TVL (only TVL is documented)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/defi/protocol-tvl \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"protocol": "aave"}'

Example

Request

{
  "protocol": "aave"
}

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 input schema and payment terms, but documentation is effectively absent — /docs returns 404, the output data structure is undefined (empty object in example), and there are no usage examples beyond the Bazaar extension stub.

Warnings

  • No dedicated documentation available — /docs returns 404
  • Output data structure is unspecified; the example shows an empty data object
  • Only one input field (protocol) is documented; unclear what values are accepted beyond 'aave'
  • Provider description says 'Crypto data intelligence' but no detail on data sources or freshness

Citations

Provenance

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

Agent access