Commit Graph

2 Commits

Author SHA1 Message Date
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
5800fb6e2c Initial commit 2025-10-13 11:28:09 +02:00