A Flip.me crypto exchange Python 3 API wrapper.
This project require the following dependencies:
- Python 3.9 (lower or upper versions not tested)
- requests~~~~
- [24-05-2022] [v0.0.1] Intial version.
from pprint import pprint
from flipme import Flypme
api = Flypme()
result = api.new_order('BTC', 'ZEC', 0.1, 'LajyQBeZaBA1NkZDeY8YT5RYYVRkXMvb2T')
pprint(result)