DiTus 967c86e8e9 Fix KeyError for prefixed coins in historical candle fetch
Bypass SDK's name_to_coin lookup in candles_snapshot by calling
http_info.post directly with the raw coin name. This fixes
KeyError for symbols like xyz:GOLD, xyz:CL, mkts:USTECH that
aren't in the name_to_coin dictionary.

The WebSocket subscription already bypassed this lookup (line 154),
but the historical fetch path did not.
2026-08-05 09:20:07 +02:00
2025-11-09 22:07:14 +01:00
2025-10-13 11:28:09 +02:00
2025-10-18 15:10:46 +02:00
2025-12-12 23:49:50 +01:00
2025-10-13 11:28:09 +02:00
2025-12-12 23:49:50 +01:00
2025-10-25 19:58:52 +02:00
2025-10-14 19:15:35 +02:00
2025-10-13 11:28:09 +02:00
2025-10-25 19:58:52 +02:00
2025-10-13 11:28:09 +02:00
2025-10-13 19:48:38 +02:00
2025-11-09 22:07:14 +01:00
2025-10-18 15:10:46 +02:00
2025-10-15 18:32:12 +02:00
2025-10-16 13:18:39 +02:00
2025-10-25 19:59:13 +02:00
Description
No description provided
1 MiB
Languages
Python 98.8%
PowerShell 1.1%
Dockerfile 0.1%