if "sbd_volume" in volume and "steem_volume" in volume:
            return {
                self["base"]["symbol"]: Amount(volume["sbd_volume"], blockchain_instance=self.blockchain),
                self["quote"]["symbol"]: Amount(volume["steem_volume"], blockchain_instance=self.blockchain)