Hi,
Sell limit order
POST https://www.bitstamp.net/api/sell/
Params:
- key - API key
- signature - signature
- nonce - nonce
- amount - amount
- price - price
How to add parameter by using
using (var client = new HttpClient()) {
Hi,
POST https://www.bitstamp.net/api/sell/
Params:
How to add parameter by using
using (var client = new HttpClient()) {