GMX · Schema

CancelPrepareRequest

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
subaccountApproval object
subaccountAddress string
from string
mode object
all boolean
orderIds array
orderId string
View JSON Schema on GitHub

JSON Schema

CancelPrepareRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/CancelPrepareRequest.json",
  "title": "CancelPrepareRequest",
  "properties": {
    "subaccountApproval": {
      "$ref": "#/components/schemas/Record_string.any_"
    },
    "subaccountAddress": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "mode": {
      "$ref": "#/components/schemas/TransactionMode"
    },
    "all": {
      "type": "boolean"
    },
    "orderIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "orderId": {
      "type": "string"
    }
  },
  "required": [
    "from",
    "mode"
  ],
  "type": "object"
}