Lel, forgot to add a `SPOT` venue for `binance`..

Tyler Goodlet 2024-08-14 18:49:45 -04:00
parent c36c38f432
commit c7d11a68c1
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ class Client:
) -> str: ) -> str:
return { return {
'USDTM': 'usdtm_futes', 'USDTM': 'usdtm_futes',
'SPOT': 'spot',
# 'COINM': 'coin_futes', # 'COINM': 'coin_futes',
# ^-TODO-^ bc someone might want it..? # ^-TODO-^ bc someone might want it..?
}[pair.venue] }[pair.venue]