if "sbd_volume" in ticker:
            data["sbd_volume"] = Amount(ticker["sbd_volume"], blockchain_instance=self.blockchain)
        elif "hbd_volume" in ticker:
            data["hbd_volume"] = Amount(ticker["hbd_volume"], blockchain_instance=self.blockchain)