GMX · Schema

MarketDirectionFilter

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
collateralAddress string
direction object
marketAddress string
View JSON Schema on GitHub

JSON Schema

MarketDirectionFilter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/MarketDirectionFilter.json",
  "title": "MarketDirectionFilter",
  "properties": {
    "collateralAddress": {
      "type": "string"
    },
    "direction": {
      "$ref": "#/components/schemas/TradeDirection"
    },
    "marketAddress": {
      "type": "string"
    }
  },
  "required": [
    "direction",
    "marketAddress"
  ],
  "type": "object"
}