GMX · Schema

BridgeOutParamsDto

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
data string
provider string
minAmountOut string
amount string
token string
View JSON Schema on GitHub

JSON Schema

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