User Tools

Site Tools


trade_with_bitstamp.com_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

trade_with_bitstamp.com_api [2024/08/17 02:22] – created brunotrade_with_bitstamp.com_api [2024/08/17 02:23] (current) bruno
Line 1: Line 1:
-```python+<code python>
  
 import time import time
Line 26: Line 26:
 requests.post(uri + 'buy/instant/btceur/', {**sign(), 'amount': 10}).json() # amount in EUR requests.post(uri + 'buy/instant/btceur/', {**sign(), 'amount': 10}).json() # amount in EUR
 requests.post(uri + 'cancel_order/', {**sign(), 'id': order_id}).json() requests.post(uri + 'cancel_order/', {**sign(), 'id': order_id}).json()
-```+ 
 +</code>
trade_with_bitstamp.com_api.1723861376.txt.gz · Last modified: 2024/08/17 02:22 by bruno