GMX · Schema

SubaccountStatusRequest

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
subaccountAddress string
account string
View JSON Schema on GitHub

JSON Schema

SubaccountStatusRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/SubaccountStatusRequest.json",
  "title": "SubaccountStatusRequest",
  "properties": {
    "subaccountAddress": {
      "type": "string"
    },
    "account": {
      "type": "string"
    }
  },
  "required": [
    "subaccountAddress",
    "account"
  ],
  "type": "object"
}