GMX · Schema

GmxAccountStatusRequest

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
requestId string
View JSON Schema on GitHub

JSON Schema

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