GMX · Schema

OrderEventCombination

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
isTwap boolean
isDepositOrWithdraw boolean
orderType number
eventName string
View JSON Schema on GitHub

JSON Schema

OrderEventCombination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/OrderEventCombination.json",
  "title": "OrderEventCombination",
  "properties": {
    "isTwap": {
      "type": "boolean"
    },
    "isDepositOrWithdraw": {
      "type": "boolean"
    },
    "orderType": {
      "type": "number",
      "format": "double"
    },
    "eventName": {
      "type": "string"
    }
  },
  "type": "object"
}