diff --git a/pkg/rates/market.go b/pkg/rates/market.go index 97c9a429..fcaedcf7 100644 --- a/pkg/rates/market.go +++ b/pkg/rates/market.go @@ -97,7 +97,7 @@ func (m *Mock) GetCurrentMarketsTonPrice() ([]Market, error) { { ID: 3, Name: bybit, - URL: "https://api.bybit.com/derivatives/v3/public/tickers?symbol=TONUSDT", + URL: "https://api.bybit.com/v5/market/tickers?category=spot&symbol=TONUSDT", TonPriceConverter: convertedTonBybitResponse, DateUpdate: now, },