GMX · Schema

EditPrepareRequest

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
subaccountApproval object
subaccountAddress string
from string
mode object
executionFeeTopUp string
newAutoCancel boolean
newAcceptablePrice string
newTriggerPrice string
newSize string
orderIds array
View JSON Schema on GitHub

JSON Schema

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