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