GMX · Schema

TradeDirection

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
View JSON Schema on GitHub

JSON Schema

TradeDirection.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/TradeDirection.json",
  "title": "TradeDirection",
  "type": "string",
  "enum": [
    "long",
    "short",
    "swap",
    "any"
  ]
}