Skip to content

majid3ma/Block.IO.Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block.IO.Core

Block.IO Library for .net core

#Sample Get Balance Code

IBlockIO blockIO = new BlockIO("input_API_Key");

var balance = await blockIO.GetBalanceAsync();

Console.WriteLine(balance.Data.AvailableBalance);

About

Block.IO Library for .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages