GMX · Schema

ApiParameterPeriod

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
View JSON Schema on GitHub

JSON Schema

ApiParameterPeriod.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/ApiParameterPeriod.json",
  "title": "ApiParameterPeriod",
  "enum": [
    "1d",
    "7d",
    "30d",
    "90d",
    "180d",
    "1y",
    "total"
  ],
  "type": "string"
}