GMX · Schema

JitLiquidityInfoItemResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
glvShiftParams array
maxReservedUsdWithJitShort string
maxReservedUsdWithJitLong string
market string
glv string
View JSON Schema on GitHub

JSON Schema

JitLiquidityInfoItemResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/JitLiquidityInfoItemResponse.json",
  "title": "JitLiquidityInfoItemResponse",
  "properties": {
    "glvShiftParams": {
      "items": {
        "$ref": "#/components/schemas/GlvShiftParamsResponse"
      },
      "type": "array"
    },
    "maxReservedUsdWithJitShort": {
      "type": "string"
    },
    "maxReservedUsdWithJitLong": {
      "type": "string"
    },
    "market": {
      "type": "string"
    },
    "glv": {
      "type": "string"
    }
  },
  "required": [
    "glvShiftParams",
    "maxReservedUsdWithJitShort",
    "maxReservedUsdWithJitLong",
    "market",
    "glv"
  ],
  "type": "object"
}