GMX · Schema

TransactionMode

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
View JSON Schema on GitHub

JSON Schema

TransactionMode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/TransactionMode.json",
  "title": "TransactionMode",
  "enum": [
    "express",
    "classic"
  ],
  "type": "string"
}