A BitMe API Client implementation
General query function for API
| Parameters: |
|
|---|
Get account listing, including balances
Get your own bitcoin address at BitMe
Cancel an order with a given UUID
| Parameters: | uuid – The UUID to use (eg. 28330971-6b4e-46b8-be55-9a413774f290) |
|---|
Create a new order
| Parameters: |
|
|---|
Gets the current Bitcoincharts-compatible orderbook for a given currency pair.
| Parameters: | currency_pair – The currency pair to pull |
|---|
Gets the current Bitcoincharts-compatible trade array for a given currency pair.
| Parameters: | currency_pair – The currency pair to pull |
|---|
Gets an order with a given UUID
| Parameters: | uuid – The UUID to use (eg. 28330971-6b4e-46b8-be55-9a413774f290) |
|---|
Gets the current full orderbook for a given currency pair.
| Parameters: | currency_pair – The currency pair to pull |
|---|
Gets a transaction with a given id
| Parameters: | txid – The Transaction ID (eg. ‘100’) |
|---|
Gets a list of transactions
| Parameters: |
|
|---|
Get a list of open orders
Verify credentials work
Converts a datetime object to UTC timestamp
Returns number of seconds elapsed since epoch Note that no timezone are taken into consideration. utc tuple must be: (year, month, day, hour, minute, second)