{
  "description": "GET request that returns address balances",
  "title": "AddressStxBalanceResponse",
  "type": "object",
  "allOf": [
    {
      "$ref": "../../entities/balance/stx-balance.schema.json"
    },
    {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "token_offering_locked": {
          "$ref": "../../entities/address/token-offering-locked.schema.json"
        }
      }
    }
  ]
}
