Skip to content

Commit

Permalink
Merge pull request #22 from delta575/pen-release
Browse files Browse the repository at this point in the history
Pen release
  • Loading branch information
delta575 committed Aug 11, 2017
2 parents c92c589 + 50fda6b commit 7936ae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Authenticated API:
client = SURBTC.Auth(API_KEY, API_SECRET)

SURBTC API Doc:
https://www.surbtc.com/docs/api
http://api.surbtc.com/

### CoinDesk

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='trading_api_wrappers',
version='0.3.2',
version='0.3.3',
description='Trading API Wrappers for Python 3.5',
url='https://github.com/delta575/trading-api-wrappers',
author='Felipe Aránguiz, Sebastián Aránguiz',
Expand Down
3 changes: 3 additions & 0 deletions trading_api_wrappers/surbtc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ class Currency(_Enum):
CLP = 'CLP'
COP = 'COP'
ETH = 'ETH'
PEN = 'PEN'


class Market(_Enum):
BTC_CLP = 'BTC-CLP'
BTC_COP = 'BTC-COP'
BTC_PEN = 'BTC-PEN'
ETH_BTC = 'ETH-BTC'
ETH_CLP = 'ETH-CLP'
ETH_COP = 'ETH-BTC'
ETH_PEN = 'ETH-PEN'

@staticmethod
def _format_value(value):
Expand Down

0 comments on commit 7936ae1

Please sign in to comment.