krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
155 stars 54 forks source link

Porting your code .NET #18

Closed muteddisk closed 6 years ago

muteddisk commented 6 years ago

Hi,

I was trying to port your code to .NET. I started with Binance. I can't get my head around how to make the signature. I always get a message saying Invalid API key. Obviously, I have a api key. the work fine under linux with python. So I know the key works. Can you give me a hand with it?

krijnsent commented 6 years ago

Hi @muteddisk , my .NET is a bit rusty and I don't have dev tools installed, but do throw the code my way, I can try and see if I can spot what's wrong.