GMX · Schema

WalletBalance

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
balance string
decimals number
address string
symbol string
View JSON Schema on GitHub

JSON Schema

WalletBalance.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/WalletBalance.json",
  "title": "WalletBalance",
  "properties": {
    "balance": {
      "type": "string"
    },
    "decimals": {
      "type": "number",
      "format": "double"
    },
    "address": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    }
  },
  "required": [
    "balance",
    "decimals",
    "address",
    "symbol"
  ],
  "type": "object"
}