{
  "title": "FtBalance",
  "type": "object",
  "additionalProperties": false,
  "required": ["balance", "total_sent", "total_received"],
  "properties": {
    "balance": {
      "type": "string"
    },
    "total_sent": {
      "type": "string"
    },
    "total_received": {
      "type": "string"
    }
  }
}
