1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated examples, added Toobit reference

This commit is contained in:
Jkorf
2025-06-11 14:33:05 +02:00
parent 3e635cf0fe
commit 0e7d49991a
12 changed files with 65 additions and 46 deletions
+1
View File
@@ -50,6 +50,7 @@ namespace BlazorClient
services.AddKucoin();
services.AddMexc();
services.AddOKX();
services.AddToobit();
services.AddWhiteBit();
services.AddXT();
}