GMX · Schema

GlvShiftParamsResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
minMarketTokens string
marketTokenAmount string
toMarket string
fromMarket string
glv string
View JSON Schema on GitHub

JSON Schema

GlvShiftParamsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/GlvShiftParamsResponse.json",
  "title": "GlvShiftParamsResponse",
  "properties": {
    "minMarketTokens": {
      "type": "string"
    },
    "marketTokenAmount": {
      "type": "string"
    },
    "toMarket": {
      "type": "string"
    },
    "fromMarket": {
      "type": "string"
    },
    "glv": {
      "type": "string"
    }
  },
  "required": [
    "minMarketTokens",
    "marketTokenAmount",
    "toMarket",
    "fromMarket",
    "glv"
  ],
  "type": "object"
}