GMX · Schema

RatesSnapshotResponse

DeFiPerpetual ExchangeDEXTradingLeverageLiquidity PoolsGLPGM TokensGLVArbitrumAvalancheWeb3

Properties

Name Type Description
timestamp number
borrowingRateShort string
borrowingRateLong string
fundingRateShort string
fundingRateLong string
netRateShort string
netRateLong string
View JSON Schema on GitHub

JSON Schema

RatesSnapshotResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/gmx/json-schema/RatesSnapshotResponse.json",
  "title": "RatesSnapshotResponse",
  "properties": {
    "timestamp": {
      "type": "number",
      "format": "double"
    },
    "borrowingRateShort": {
      "type": "string"
    },
    "borrowingRateLong": {
      "type": "string"
    },
    "fundingRateShort": {
      "type": "string"
    },
    "fundingRateLong": {
      "type": "string"
    },
    "netRateShort": {
      "type": "string"
    },
    "netRateLong": {
      "type": "string"
    }
  },
  "required": [
    "timestamp",
    "borrowingRateShort",
    "borrowingRateLong",
    "fundingRateShort",
    "fundingRateLong",
    "netRateShort",
    "netRateLong"
  ],
  "type": "object"
}