mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Updated examples
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Binance.Net;
|
||||
using CryptoExchange.Net.Authentication;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
@@ -30,7 +31,7 @@ namespace BlazorClient
|
||||
// Register the clients, options can be provided in the callback parameter
|
||||
services.AddBinance(restOptions =>
|
||||
{
|
||||
restOptions.ApiCredentials = new ApiCredentials("KEY", "SECRET");
|
||||
restOptions.ApiCredentials = new BinanceCredentials("KEY", "SECRET");
|
||||
});
|
||||
|
||||
services.AddAster();
|
||||
|
||||
Reference in New Issue
Block a user