Skip to content

Commit

Permalink
update the bybit market ton price url
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Nov 13, 2024
1 parent 18981b0 commit 29ca2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rates/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 29ca2e1

Please sign in to comment.