@CoinSonar · Post #243664 · 17.04.2026 г., 13:17
#ADA | Volume spike (USDT PAIR) 9 times the average volume 3.17M USDT traded in 15 min └Buying vol: 1.73M USDT 🟢 Boost score: 3/10 24h Vol: 31.42M USDT (Binance) Price: 0.2631 (-3.5% in 24h)
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
Пребарај: #ada
@CoinSonar · Post #243664 · 17.04.2026 г., 13:17
#ADA | Volume spike (USDT PAIR) 9 times the average volume 3.17M USDT traded in 15 min └Buying vol: 1.73M USDT 🟢 Boost score: 3/10 24h Vol: 31.42M USDT (Binance) Price: 0.2631 (-3.5% in 24h)
Hashtags
@CoinSonar · Post #243533 · 17.04.2026 г., 08:19
#ADA | Volume spike (USDT PAIR) 59 times the average volume 1.29M USDT traded in 1 min └Buying vol: 667.54K USDT 🟢 Boost score: 4/10 24h Vol: 31.42M USDT (Binance) Price: 0.2565 (-3.5% in 24h)
Hashtags
@CoinSonar · Post #243270 · 16.04.2026 г., 18:53
#ADA | Volume spike (USDT PAIR) 9 times the average volume 3.18M USDT traded in 15 min └Buying vol: 1.99M USDT 🟢 Boost score: 4/10 24h Vol: 31.42M USDT (Binance) Price: 0.2596 (-3.5% in 24h)
Hashtags
@cointrendz · Post #85438 · 16.03.2026 г., 06:50
🟢RSI Overbought Alert (4h)🟢 📉#ADA (RSI: 77.41 ⚡) | 24h📈: 10.24%
Hashtags
@cryptobull_360 · Post #48396 · 16.02.2026 г., 11:56
#ADA is consolidating within a descending broadening wedge pattern and is currently trading below both the resistance trendline and the Ichimoku Cloud. A decisive breakout of the wedge would signal a bullish trend, while continued weakness below the cloud could lead to further downside.
Hashtags
@whale_tank_crypto · Post #46872 · 30.03.2026 г., 20:28
#ADA/USDT Take-Profit target 1 ✅ Profit: 112.5379% 📈 Period: 2 hr 51 min ⏰
Hashtags
@market_headlines · Post #28663 · 24.04.2026 г., 08:28
#ada ❌ JPG Store и Comet закроются 23 мая –анонс JPG Store – NFT-маркетплейс в экосистеме Cardano. Comet – мобильное приложение для торговли Cardano-токенами, что-то ближе к swap/DEX-агрегатору. Crypto Headlines
Hashtags
@proanalysistrader · Post #27859 · 20.08.2024 г., 13:38
#ADA/USDT analysis : #ADA is currently experiencing a rejection from the resistance zone after being rejected in that area near the 200 EMA. The current trend indicates a continuation of the downward momentum, with a potential retest of previous lows anticipated. TF : 4H Entry : $0.3467 Target : $0.2863 SL : $0.3626
Hashtags
@americancryptotrading · Post #27463 · 08.12.2025 г., 10:15
🇺🇸#ADA/USDT is ready to rebound from the lowerborder of the descendingchannel formation on the 2D chart🧐 Bounce pressure is building📈 American Crypto©
Hashtags
@americancryptotrading · Post #27347 · 18.08.2025 г., 10:12
🇺🇸#ADA/USDT is currently trading above the neckline of the cup & handle formation on the weekly chart🔍 Up we go📈 American Crypto©
Hashtags
@americancryptotrading · Post #27327 · 30.07.2025 г., 08:37
🇺🇸#ADA/USDT is bouncing from the broken s/rzone on the weekly chart👀 Expecting further upside📈 American Crypto©
Hashtags
@americancryptotrading · Post #27301 · 04.07.2025 г., 08:55
🇺🇸#ADA/USDT is currently retesting the s/rzone on the weekly timeframe🔥 Climbing higher from here✈️ American Crypto©
Hashtags