GMX · Schema
Pick_MarketInfoResponse.MarketValuesFieldKey_
From T, pick a set of properties whose keys are in the union K
DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3
Properties
| Name | Type | Description |
|---|---|---|
| marketTokenAddress | string | |
| longPoolAmount | string | |
| shortPoolAmount | string | |
| poolValueMax | string | |
| poolValueMin | string | |
| totalBorrowingFees | string | |
| positionImpactPoolAmount | string | |
| swapImpactPoolAmountLong | string | |
| swapImpactPoolAmountShort | string | |
| longInterestUsd | string | |
| shortInterestUsd | string | |
| longInterestInTokens | string | |
| shortInterestInTokens | string | |
| borrowingFactorPerSecondForLongs | string | |
| borrowingFactorPerSecondForShorts | string | |
| fundingFactorPerSecond | string | |
| longsPayShorts | boolean | |
| virtualPoolAmountForLongToken | string | |
| virtualPoolAmountForShortToken | string | |
| virtualInventoryForPositions | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/gmx/json-schema/Pick_MarketInfoResponse.MarketValuesFieldKey_.json",
"title": "Pick_MarketInfoResponse.MarketValuesFieldKey_",
"properties": {
"marketTokenAddress": {
"type": "string"
},
"longPoolAmount": {
"type": "string"
},
"shortPoolAmount": {
"type": "string"
},
"poolValueMax": {
"type": "string"
},
"poolValueMin": {
"type": "string"
},
"totalBorrowingFees": {
"type": "string"
},
"positionImpactPoolAmount": {
"type": "string"
},
"swapImpactPoolAmountLong": {
"type": "string"
},
"swapImpactPoolAmountShort": {
"type": "string"
},
"longInterestUsd": {
"type": "string"
},
"shortInterestUsd": {
"type": "string"
},
"longInterestInTokens": {
"type": "string"
},
"shortInterestInTokens": {
"type": "string"
},
"borrowingFactorPerSecondForLongs": {
"type": "string"
},
"borrowingFactorPerSecondForShorts": {
"type": "string"
},
"fundingFactorPerSecond": {
"type": "string"
},
"longsPayShorts": {
"type": "boolean"
},
"virtualPoolAmountForLongToken": {
"type": "string"
},
"virtualPoolAmountForShortToken": {
"type": "string"
},
"virtualInventoryForPositions": {
"type": "string"
}
},
"required": [
"marketTokenAddress",
"longPoolAmount",
"shortPoolAmount",
"poolValueMax",
"poolValueMin",
"totalBorrowingFees",
"positionImpactPoolAmount",
"swapImpactPoolAmountLong",
"swapImpactPoolAmountShort",
"longInterestUsd",
"shortInterestUsd",
"longInterestInTokens",
"shortInterestInTokens",
"borrowingFactorPerSecondForLongs",
"borrowingFactorPerSecondForShorts",
"fundingFactorPerSecond",
"longsPayShorts",
"virtualPoolAmountForLongToken",
"virtualPoolAmountForShortToken",
"virtualInventoryForPositions"
],
"type": "object",
"description": "From T, pick a set of properties whose keys are in the union K"
}