Euler Finance · Schema

OracleAdapterPythDetail

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
pyth string
base string
quote string
feedId string
maxStaleness string
maxConfWidth string
View JSON Schema on GitHub

JSON Schema

oracle-adapter-pyth-detail.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OracleAdapterPythDetail",
  "type": "object",
  "properties": {
    "pyth": {
      "type": "string"
    },
    "base": {
      "type": "string"
    },
    "quote": {
      "type": "string"
    },
    "feedId": {
      "type": "string"
    },
    "maxStaleness": {
      "type": "string"
    },
    "maxConfWidth": {
      "type": "string"
    }
  }
}