- Регистрация
- 28.11.2012
- Сообщения
- 199
- Благодарностей
- 6
- Баллы
- 18
Hey guys,
Anyone can please help me to create this POST API Call using Zenno C# block?
All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers:
Thanks a lot!
Anyone can please help me to create this POST API Call using Zenno C# block?
All calls to the trading API are sent via HTTP POST to https://poloniex.com/tradingApi and must contain the following headers:
- Key - Your API key.
- Sign - The query's POST data signed by your key's "secret" according to the HMAC-SHA512 method.
Thanks a lot!