{
  "description": "GET request that returns network target block times",
  "title": "GetStxSupplyLegacyFormatResponse",
  "type": "object",
  "additionalProperties": false,
  "required": ["unlockedPercent", "totalStacks", "totalStacksFormatted", "unlockedSupply", "unlockedSupplyFormatted", "blockHeight"],
  "properties": {
    "unlockedPercent": {
      "type": "string",
      "description": "String quoted decimal number of the percentage of STX that have unlocked"
    },
    "totalStacks": {
      "type": "string",
      "description": "String quoted decimal number of the total possible number of STX"
    },
    "totalStacksFormatted": {
      "type": "string",
      "description": "Same as `totalStacks` but formatted with comma thousands separators"
    },
    "unlockedSupply": {
      "type": "string",
      "description": "String quoted decimal number of the STX that have been mined or unlocked"
    },
    "unlockedSupplyFormatted": {
      "type": "string",
      "description": "Same as `unlockedSupply` but formatted with comma thousands separators"
    },
    "blockHeight": {
      "type": "string",
      "description": "The block height at which this information was queried"
    }
  }
}
