.Net Core library for accessing the FixedFloat Api for C#/NET.
Use the nuget package manager to install
Install-Package FixedFloatApi -Version 1.0.0For this API you need a API KEY
To see how this library is used, I recommend the Unittest Project. Every function is used.
All functions can also called async
//get a clientvarauth=newAuthentication("Your Key","Your Secret");varclient=FixedFloatClient.Instance(auth);//get available currenciesvarcur=client.GetCurrencies();//get pairvarpair=newPairRequest("btc","eth",0.5);varresult=client.GetPair(pair);//get pricevarprice=newPriceRequest("btc","eth","0.3",ExchangeType.Fixed,0);varresult=client.GetPrice(price));//create ordervarorder=newCreateOrderRequest("btc","eth","0.3","0x6E2876b9d7aa6b877d77643D962F0c3237Bf023f",ExchangeType.Fixed);varresult=client.CreateOrder(order);//get order statusvarorder=newGetOrderRequest("Your Valid Id","Your Valid token");// you get id and token from CreateOrder responsevarresult=client.GetOrder(order);Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
[BTC] 31hA6mRWcGihPhiuChqerESdazQJgbbjeb
[ETH] 0x6E2876b9d7aa6b877d77643D962F0c3237Bf023f
[LTC] MNFzK7SAXiRTzvQwjynsAioKectM42jev6
[GRS] grs1qaspw4a89arun2vw2tceur8f542ceyw6wjn35nr
[Doge] D9V1LUdQV8EakUjfHH9rAzFzLeNGWoqTXr
[Dash] XfQtuiiLsiDnGFwKgLWXKJFtBh9EGMfKWH