1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00
This commit is contained in:
Jkorf
2025-05-14 14:30:05 +02:00
parent a04b636a11
commit f1342b5ff2
11 changed files with 71 additions and 48 deletions
+1 -3
View File
@@ -31,9 +31,6 @@ namespace BlazorClient
services.AddBinance(restOptions =>
{
restOptions.ApiCredentials = new ApiCredentials("KEY", "SECRET");
}, socketOptions =>
{
socketOptions.ApiCredentials = new ApiCredentials("KEY", "SECRET");
});
services.AddBingX();
@@ -54,6 +51,7 @@ namespace BlazorClient
services.AddMexc();
services.AddOKX();
services.AddWhiteBit();
services.AddXT();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.