GMX · Schema

JitLiquiditySnapshotResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
shortLiquidityUsd string
longLiquidityUsd string
timestamp number
glvAddress string
marketAddress string
View JSON Schema on GitHub

JSON Schema

JitLiquiditySnapshotResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/JitLiquiditySnapshotResponse.json",
  "title": "JitLiquiditySnapshotResponse",
  "properties": {
    "shortLiquidityUsd": {
      "type": "string"
    },
    "longLiquidityUsd": {
      "type": "string"
    },
    "timestamp": {
      "type": "number",
      "format": "double"
    },
    "glvAddress": {
      "type": "string"
    },
    "marketAddress": {
      "type": "string"
    }
  },
  "required": [
    "shortLiquidityUsd",
    "longLiquidityUsd",
    "timestamp",
    "glvAddress",
    "marketAddress"
  ],
  "type": "object"
}