@degenpump_crypto_pump_signals · Post #504545 · 12.05.2026 г., 07:58
#BNT/USDT Take-Profit target 1 ✅ Profit: 21.8479% 📈 Period: 20 hr 39 min ⏰
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #bnt
@degenpump_crypto_pump_signals · Post #504545 · 12.05.2026 г., 07:58
#BNT/USDT Take-Profit target 1 ✅ Profit: 21.8479% 📈 Period: 20 hr 39 min ⏰
Hashtags
@CoinSonar · Post #244248 · 18.04.2026 г., 15:28
#BNT | Volume spike (USDT PAIR) 1444 times the average volume 95.60K USDT traded in 1 min └Buying vol: 75.81K USDT 🟢 Boost score: 8/10 24h Vol: 95.28K USDT (Binance) Price: 0.3324 (-2.4% in 24h)
Hashtags
@proanalysistrader · Post #28150 · 09.11.2024 г., 16:02
#BNT/USDT analysis : #BNT has recently broken out of the mini consolidation at the support level. The price is expected to rise further and continue its bullish momentum to test swing high levels. For confirmation of a long entry, it is advisable to wait for a weekly candle to close above the $0.5580 level. A potential gain of 70% is anticipated, with a stop-loss set at the $0.4130 level. TF : 1W Entry : $0.5580 Target : $0.9750 SL : $0.4130
Hashtags
@proanalysistrader · Post #27841 · 15.08.2024 г., 04:49
#BNT/USDT analysis : The current correction phase of #BNT indicates an upcoming rejection followed by a continuation of its downtrend with a strong bearish move. It is likely to test its previous swing low. Consider entering the market upon the breakout of the $0.464 level. TF : 2H Entry : $0.464 Target : $0.397 SL : $0.501
Hashtags
@americancryptotrading · Post #27503 · 15.01.2026 г., 09:40
🇺🇸#BNT/USDT is testing the lowerborder of the descendingtriangle on the weekly chart🧐 Market recovery is underway📈 American Crypto©
Hashtags
@americancryptotrading · Post #27452 · 28.11.2025 г., 06:23
🇺🇸#BNT/USDT has found support at the lowerboundary of the descendingtriangle pattern on the weekly chart🧐 Looking for a move up if we bounce📈 American Crypto©
Hashtags
@americancryptotrading · Post #27071 · 03.12.2024 г., 15:05
🇺🇸#BNT/USDT is breaking the symmetrical triangle pattern on the weekly timeframe📈 Bullish case✈️ American Crypto©
Hashtags
@americancryptotrading · Post #27025 · 22.10.2024 г., 10:45
🇺🇸#BNT/USDT produced a descendingchannel formation on daily timeframe🔍 Expecting Upside Breakout🚀 American Crypto©
Hashtags
@americancryptotrading · Post #27017 · 15.10.2024 г., 12:11
🇺🇸#BNT/USDT produced a descendingchannel formation on daily timeframe🔍 Expecting Upside Breakout🚀 American Crypto©
Hashtags
@maximustrade1 · Post #7637 · 18.10.2023 г., 17:50
#BNT SHORT ▪Вход: 0.57$ ▪Тейк: буду обновлять. пс: учитываем, что это альткоин... торгуем соблюдая риски. LINK - Maximus Trade|TWITTER
Hashtags
@premiumrosesignal · Post #5624 · 13.03.2026 г., 14:03
#BNT Buy Setup
Hashtags
@michaelvandepoppeanalyst · Post #4371 · 03.08.2024 г., 08:51
Bingx, Binance Futures, ByBit USDT, KuCoin Futures #BNT/USDT All take-profit targets achieved Profit: 375.06% 📈 Period: 17 Hours 2 Minutes ⏰
Hashtags