GMX · Schema

OrderTransactionStatus

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
View JSON Schema on GitHub

JSON Schema

OrderTransactionStatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/OrderTransactionStatus.json",
  "title": "OrderTransactionStatus",
  "enum": [
    "prepared",
    "relay_accepted",
    "relay_pending",
    "relay_submitted",
    "created",
    "executed",
    "cancelled",
    "relay_failed",
    "relay_reverted"
  ],
  "type": "string"
}