GMX · Schema

ApyEntry

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
bonusApr number
baseApy number
apy number
View JSON Schema on GitHub

JSON Schema

ApyEntry.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/ApyEntry.json",
  "title": "ApyEntry",
  "properties": {
    "bonusApr": {
      "type": "number",
      "format": "double"
    },
    "baseApy": {
      "type": "number",
      "format": "double"
    },
    "apy": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "bonusApr",
    "baseApy",
    "apy"
  ],
  "type": "object"
}