We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2c515 commit 4b30c62Copy full SHA for 4b30c62
src/ExchangeSharp/API/Exchanges/BinanceGroup/BinanceGroupCommon.cs
@@ -158,7 +158,7 @@ protected internal override async Task<IEnumerable<ExchangeMarket>> OnGetMarketS
158
*/
159
160
var markets = new List<ExchangeMarket>();
161
- JToken obj = await MakeJsonRequestAsync<JToken>("/exchangeInfo");
+ JToken obj = await MakeJsonRequestAsync<JToken>("/exchangeInfo", BaseUrlApi);
162
JToken allSymbols = obj["symbols"];
163
foreach (JToken marketSymbolToken in allSymbols)
164
{
0 commit comments