秋田预测市场 · Discord 审计

BTC价格WS推送中断及priceFeedId格式变更

2026-06-06 · Predict · 2 条相关讨论

7788 2026-06-06 02:42:13

Since 2026-06-04 16:00 UTC, BTC price stopped pushing via WS assetPriceUpdate. assetPriceUpdate/1 (old feedId) subscribes OK but never pushes price (orderbook on same connection works fine). REST variantData.priceFeedId is now a hex 0x0003ef42b4d20a19409a187c39670a6f5be7ce17fc78c290d25eb45bbf769d37 (CHAINLINK, BTCUSDT). Subscribing that hex (or decimal, or without 0x) returns invalid_topic: priceFeedId must be a number. Which numeric priceFeedId should I subscribe to on WS for live BTC price now? Or is the WS price feed temporarily down?

Since 2026-06-04 16:00 UTC, BTC price stopped pushing via WS assetPriceUpdate. assetPriceUpdate/1 (old feedId) subscribes OK but never pushes price (orderbook on same connection works fine). REST variantData.priceFeedId is now a hex 0x0003ef42b4d20a19409a187c39670a6f5be7ce17fc78c290d25eb45bbf769d37 (CHAINLINK, BTCUSDT). Subscribing that hex (or decimal, or without 0x) returns invalid_topic: priceFeedId must be a number. Which numeric priceFeedId should I subscribe to on WS for live BTC price now? Or is the WS price feed temporarily down?

g302ge 2026-06-06 17:49:42

Hello , when I use the websocket to subscribe assetPriceUpdate using assetPriceUpdate/1 , the server return {'type': 'R', 'requestId': 1, 'success': True} but I can not receive any event with type 'M' of this topic . What's wrong with the api ?

Hello , when I use the websocket to subscribe assetPriceUpdate using assetPriceUpdate/1 , the server return {'type': 'R', 'requestId': 1, 'success': True} but I can not receive any event with type 'M' of this topic . What's wrong with the api ?