Andre Caetano webcaetano
- Brazil, Hue, 7-1
- Sign in to view email
- http://webcaetano.github.io/
View blinktrade_example_restapi.py
#!/usr/bin/env python | |
import hashlib | |
import hmac | |
import time | |
import requests | |
import datetime | |
# Q. Do you have A Websocket API? | |
# A. Yes, and we strongly recommend you to use it. Please, check our JavaScript websocket implementation for our WebSocket API here: | |
# https://github.com/blinktrade/frontend/blob/master/jsdev/bitex/api/bitex.js |