GMX · Schema

ApprovalPrepareRequest

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
signingNetwork string
maxAllowedCount string
expiresAt string
shouldAdd boolean
subaccountAddress string
account string
View JSON Schema on GitHub

JSON Schema

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