Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum
Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
219 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.agentmercantile.com/v1/productive-venue-snapshot
| Category | Market data |
|---|---|
| Provider host | api.agentmercantile.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 219 ms |
Example input (from the provider)
{
"body": {
"asset": {
"kind": "native"
},
"chain_id": 1
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"asset": {
"additionalProperties": false,
"description": "native, erc20, or allowlisted symbol asset object",
"properties": {
"address": {
"description": "Required for erc20. Exact nonzero 20-byte EVM address.",
"type": "string"
},
"kind": {
"enum": [
"native",
"erc20",
"symbol"
],
"type": "string"
},
"symbol": {
"description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
"type": "string"
}
},
"required": [
"kind"
],
"type": "object"
},
"chain_id": {
"description": "Ethereum 1 or Base 8453 only.",
"enum": [
1,
8453
],
"type": "integer"
},
"limit": {
"description": "Default 20. Applied after filters and sort.",
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"protocols": {
"items": {
"enum": [
"aave_v3",
"lido"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"sort": {
"description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
"enum": [
"protocol",
"rate_desc",
"rate_asc"
],
"type": "string"
},
"venue_types": {
"items": {
"enum": [
"lending",
"liquid_staking"
],
"type": "string"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
}
},
"required": [
"chain_id",
"asset"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"asset": {
"type": "object"
},
"block_number": {
"type": "string"
},
"cached": {
"type": "boolean"
},
"chain_id": {
"enum": [
1,
8453
],
"type": "integer"
},
"classification": {
"enum": [
"OBSERVED_COMPLETE",
"OBSERVED_PARTIAL",
"OBSERVED_EMPTY_SUPPORTED_SET",
"HOLD_UPSTREAM",
"HOLD_OUTPUT_REFUSED"
],
"type": "string"
},
"errors": {
"type": "array"
},
"evidence": {
"type": "array"
},
"limitations": {
"items": {
"type": "string"
},
"type": "array"
},
"machine": {
"enum": [
"VM04"
],
"type": "string"
},
"methodology_version": {
"enum": [
"productive-venue-0.2.0"
],
"type": "string"
},
"observation_age_ms": {
"type": "integer"
},
"omissions": {
"items": {
"type": "string"
},
"type": "array"
},
"protocol_set_version": {
"type": "string"
},
"request": {
"type": "object"
},
"resolved": {
"type": "object"
},
"result_count": {
"type": "integer"
},
"retrieved_at": {
"type": "string"
},
"sort": {
"type": "object"
},
"status": {
"enum": [
"OK",
"PARTIAL",
"HOLD"
],
"type": "string"
},
"truncated": {
"type": "boolean"
},
"venues": {
"type": "array"
}
},
"required": [
"status",
"classification",
"machine",
"methodology_version",
"protocol_set_version",
"chain_id",
"asset",
"request",
"resolved",
"sort",
"result_count",
"truncated",
"omissions",
"retrieved_at",
"venues",
"limitations",
"errors",