GMX · Schema

JitLiquidityHistoryResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
snapshots array
View JSON Schema on GitHub

JSON Schema

JitLiquidityHistoryResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/JitLiquidityHistoryResponse.json",
  "title": "JitLiquidityHistoryResponse",
  "properties": {
    "snapshots": {
      "items": {
        "$ref": "#/components/schemas/JitLiquiditySnapshotResponse"
      },
      "type": "array"
    }
  },
  "required": [
    "snapshots"
  ],
  "type": "object"
}