x402basequality 0.45

DeFi lending rates for Base-chain protocols via x402 micropayment, $0.01/call

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint returns DeFi lending rate data for protocols on the Base blockchain. Operated by Erudite Intelligence LLC, it accepts a POST request with a JSON body specifying a DeFi protocol name (e.g., "aave") and returns lending rate information. The endpoint is described as providing "Crypto data intelligence."

Payment is required per call via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01). Payment verification and settlement are facilitated through the EruditePay Bridge, which supports 20 blockchains and uses Coinbase CDP as one of its facilitators.

Documentation is sparse — the endpoint's schema is available only through the x402 challenge's bazaar extension, and the provider's docs page returns a 404. The output schema shows a generic `{"success": true, "data": {}}` example without detailing the structure of the lending rate data returned. Users should expect JSON output but will need to experiment to understand the full response shape.

Capabilities

defi-lending-ratesbase-chain-datax402-micropaymentusdc-paymentusdt-tron-paymentprotocol-queryjson-api

Use cases

  • Querying current lending/borrowing rates for DeFi protocols on Base
  • Building dashboards that display real-time DeFi lending APYs
  • Automated agents comparing lending rates across protocols
  • Portfolio management tools that factor in lending yields

Fit

Best for

  • AI agents needing on-demand DeFi lending rate lookups
  • Developers building crypto analytics tools on Base
  • Automated trading or yield-optimization bots

Not for

  • Historical time-series lending rate analysis (no evidence of historical data support)
  • Non-Base-chain DeFi protocol queries (endpoint path specifies Base)
  • Users who need detailed documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/defi/lending-rates \
  -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 (402 challenge captured) with a clear payment scheme and basic input schema, but documentation is effectively absent — the docs URL returns 404, the output example is an empty stub, and there is no OpenAPI spec. The actual structure of lending rate data is unknown.

Warnings

  • Documentation site (docs.eruditepay.com referenced on landing page) was not reachable via crawled paths; /docs returns 404.
  • Output example in the bazaar schema is a stub ({"data": {}}) — actual response structure is unknown.
  • No OpenAPI specification available.
  • Only one example protocol ("aave") is shown; the full list of supported protocols is undocumented.

Citations

Provenance

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

Agent access