MioDio Meridian ERC-4626 vault risk card
MioDio Meridian ERC-4626 vault risk card - share price, drawdown, APY estimate, and withdrawable liquidity for one vault (~$0.04 USDC Exact on Base). MioDio x402 DeFi.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
496 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/vault/:address
| Category | Market data |
|---|---|
| Provider host | workers.miodiollc.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 1 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 | 496 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"address": "0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca"
},
"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": "ERC-4626 vault contract address",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"queryParams": {
"properties": {
"amount": {
"description": "Optional underlying amount in human units. When set, idle_covers_amount compares vault idle cash to this size.",
"type": "string"
},
"chain": {
"description": "Vault chain. Defaults to base. Ethereum is optional.",
"enum": [
"base",
"ethereum"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"apy": {
"type": "object"
},
"as_of": {
"type": "string"
},
"card": {
"const": "vault_risk",
"type": "string"
},
"chain": {
"enum": [
"base",
"ethereum"
],
"type": "string"
},
"disclaimer": {
"type": "string"
},
"errors": {
"items": {
"type": "string"
},
"type": "array"
},
"liquidity": {
"type": "object"
},
"notes": {
"items": {
"type": "string"
},
"type": "array"
},
"product": {
"const": "mio_dio_defi_risk_passport",
"type": "string"
},
"share_price": {
"type": "object"
},
"status": {
"enum": [
"ok",
"partial"
],
"type": "string"
},
"vault": {
"type": "string"
},
"vault_meta": {
"type": "object"
},
"version": {
"type": "string"
}
},
"required": [
"product",
"card",
"version",
"status",
"chain",
"vault",
"as_of",
"disclaimer",
"vault_meta",
"share_price",
"apy",
"liquidity"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}