x402basequality 0.45

Query DeFi TVL data for Base protocols via x402-paid POST endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint provides DeFi Total Value Locked (TVL) data for protocols on the Base network. It is operated by Erudite Intelligence LLC and accessed via the x402 payment protocol. Callers send a POST request with a JSON body specifying a DeFi protocol name (e.g., "aave"), and receive TVL intelligence data in return. Each call costs 0.01 USDC (10,000 base units on 6-decimal USDC) on Base (eip155:8453), or equivalently 0.01 USDT on Tron. Payment is facilitated through the EruditePay x402 Bridge, which supports Coinbase CDP settlement on Base and direct Tron settlement.

The endpoint returns JSON with a `success` boolean and a `data` object. The schema is minimal — the only documented input field is `protocol` (a string representing the DeFi protocol name or address). No detailed output schema or field-level documentation is provided beyond the example stub `{"success": true, "data": {}}`. The provider describes the broader service as "Crypto data intelligence" but does not elaborate on what specific TVL metrics or breakdowns are included in the response.

The endpoint is live and returns a valid x402 v2 challenge on unauthenticated POST requests. The EruditePay Bridge facilitator is a FinCEN MSB-registered entity (BSA ID 31000324258137) operating a non-custodial settlement model. Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge itself returns a 404, so detailed API docs are not currently accessible from the crawled material.

Capabilities

defi-tvl-querybase-chain-datax402-paymentusdc-settlementtron-usdt-settlementprotocol-lookupcrypto-data-intelligence

Use cases

  • Querying current TVL for specific DeFi protocols on Base
  • Building dashboards that display protocol-level TVL metrics
  • Automated agents comparing TVL across DeFi protocols
  • Portfolio or risk analysis tools needing on-chain TVL data
  • Research workflows requiring programmatic DeFi data access

Fit

Best for

  • Agents needing per-call DeFi TVL data without API key subscriptions
  • Developers building Base-ecosystem DeFi analytics
  • Micropayment-based crypto data retrieval

Not for

  • Historical time-series TVL data (no evidence of historical support)
  • Multi-chain TVL aggregation beyond Base (endpoint path is Base-specific)
  • Free or high-volume bulk data retrieval (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/defi/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 to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 v2 challenge and has a basic schema with input/output examples, but the output example is an empty stub, no detailed docs are accessible, and the actual data fields returned are unknown. Pricing is clear ($0.01 USDC per call) but the value of the response cannot be assessed without seeing real output.

Warnings

  • Output example is a stub with empty data object — actual response fields are unknown
  • docs.eruditepay.com is referenced but /docs on the bridge returns 404; no detailed API documentation was accessible
  • No OpenAPI spec or detailed schema for the response payload
  • The only documented input field is 'protocol' — unclear what valid values are accepted beyond 'aave'

Citations

Provenance

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

Agent access