GMX · Schema

ApyResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
glvs object
markets object
View JSON Schema on GitHub

JSON Schema

ApyResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/ApyResponse.json",
  "title": "ApyResponse",
  "properties": {
    "glvs": {
      "$ref": "#/components/schemas/Record_string.ApyEntry_"
    },
    "markets": {
      "$ref": "#/components/schemas/Record_string.ApyEntry_"
    }
  },
  "required": [
    "glvs",
    "markets"
  ],
  "type": "object"
}