diff --git a/piker/brokers/binance/venues.py b/piker/brokers/binance/venues.py index 25b1f5fa..efe27967 100644 --- a/piker/brokers/binance/venues.py +++ b/piker/brokers/binance/venues.py @@ -223,7 +223,10 @@ class FutesPair(Pair): assert pair == self.pair # sanity return f'{expiry}' - case 'PERPETUAL': + case ( + 'PERPETUAL' + | 'TRADIFI_PERPETUAL' + ): return 'PERP' case '': @@ -252,7 +255,10 @@ class FutesPair(Pair): margin: str = self.marginAsset match ctype: - case 'PERPETUAL': + case ( + 'PERPETUAL' + | 'TRADIFI_PERPETUAL' + ): return f'{margin}M' case (