GMX · Schema
MarketTickerResponse
DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
Properties
| Name | Type | Description |
|---|---|---|
| netRateShort | string | |
| netRateLong | string | |
| borrowingRateShort | string | |
| borrowingRateLong | string | |
| fundingRateShort | string | |
| fundingRateLong | string | |
| poolAmountShortUsd | string | |
| poolAmountLongUsd | string | |
| availableLiquidityShort | string | |
| availableLiquidityLong | string | |
| shortInterestUsdMark | string | |
| longInterestUsdMark | string | |
| shortInterestUsd | string | |
| longInterestUsd | string | |
| shortInterestInTokens | string | |
| longInterestInTokens | string | |
| priceChangePercent24hBps | string | |
| priceChange24h | string | |
| close24h | string | |
| open24h | string | |
| low24h | string | |
| high24h | string | |
| markPrice | string | |
| maxPrice | string | |
| minPrice | string | |
| marketTokenAddress | string | |
| symbol | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/gmx/json-schema/MarketTickerResponse.json",
"title": "MarketTickerResponse",
"properties": {
"netRateShort": {
"type": "string"
},
"netRateLong": {
"type": "string"
},
"borrowingRateShort": {
"type": "string"
},
"borrowingRateLong": {
"type": "string"
},
"fundingRateShort": {
"type": "string"
},
"fundingRateLong": {
"type": "string"
},
"poolAmountShortUsd": {
"type": "string"
},
"poolAmountLongUsd": {
"type": "string"
},
"availableLiquidityShort": {
"type": "string"
},
"availableLiquidityLong": {
"type": "string"
},
"shortInterestUsdMark": {
"type": "string"
},
"longInterestUsdMark": {
"type": "string"
},
"shortInterestUsd": {
"type": "string"
},
"longInterestUsd": {
"type": "string"
},
"shortInterestInTokens": {
"type": "string"
},
"longInterestInTokens": {
"type": "string"
},
"priceChangePercent24hBps": {
"type": "string"
},
"priceChange24h": {
"type": "string"
},
"close24h": {
"type": "string"
},
"open24h": {
"type": "string"
},
"low24h": {
"type": "string"
},
"high24h": {
"type": "string"
},
"markPrice": {
"type": "string"
},
"maxPrice": {
"type": "string"
},
"minPrice": {
"type": "string"
},
"marketTokenAddress": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"required": [
"netRateShort",
"netRateLong",
"borrowingRateShort",
"borrowingRateLong",
"fundingRateShort",
"fundingRateLong",
"poolAmountShortUsd",
"poolAmountLongUsd",
"availableLiquidityShort",
"availableLiquidityLong",
"shortInterestUsdMark",
"longInterestUsdMark",
"shortInterestUsd",
"longInterestUsd",
"shortInterestInTokens",
"longInterestInTokens",
"priceChangePercent24hBps",
"priceChange24h",
"close24h",
"open24h",
"low24h",
"high24h",
"markPrice",
"maxPrice",
"minPrice",
"marketTokenAddress",
"symbol"
],
"type": "object"
}