Skip to content

v1.0.0

Compare
Choose a tag to compare
@guilyx guilyx released this 03 Oct 22:48
· 62 commits to master since this release
7c82487

Features

Account

  • GET /api/v1/accountSummary (Retrieves account balances)
client.get_account_balances()

Pairs

  • GET /api/v1/pairs (Gets a list of all pairs, min and max amounts.)
client.get_pairs()

Quote

  • GET /api/v1/pairs (Gets a price quote.)
client.get_price_quote(pair="BTC/ETH", amount="1.0", side="buy")