MioDio Meridian DeFi Risk Passport
MioDio Meridian DeFi Risk Passport - Aave v3 public risk snapshot for an EVM address (~$0.04 USDC Exact on Base). MioDio x402 DeFi.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
825 msmedian answer time
$0.04listed price per call
$0.04price 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
GET https://workers.miodiollc.com/v1/risk/:address
| Category | Market data |
|---|---|
| Provider host | workers.miodiollc.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 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.04 | 825 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"address": "0xBA9424d650A4F5c80a0dA641254d1AcCE2A37057"
},
"queryParams": {
"chain": "base"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"address": {
"description": "EVM address (checksummed or 0x-prefixed hex) to snapshot on Aave v3",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"queryParams": {
"properties": {
"chain": {
"description": "Aave v3 read chain (public RPC). Defaults to base. Independent of the USDC payment network.",
"enum": [
"base",
"ethereum"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"aave_v3": {
"type": [
"object",
"null"
]
},
"address": {
"type": "string"
},
"as_of": {
"type": "string"
},
"chain": {
"enum": [
"base",
"ethereum"
],
"type": "string"
},
"disclaimer": {
"type": "string"
},
"errors": {
"items": {
"type": "string"
},
"type": "array"
},
"hooks": {
"type": "object"
},
"product": {
"const": "mio_dio_defi_risk_passport",
"type": "string"
},
"status": {
"enum": [
"ok",
"partial"
],
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"product",
"version",
"status",
"address",
"chain",
"as_of",
"disclaimer",
"aave_v3",
"hooks"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}