Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havocesp/flypme
Flyp.me cryto exchange service API wraper
https://github.com/havocesp/flypme
altcoin altcoins bitcoin coinswap cryptocurrency exchange
Last synced: 3 days ago
JSON representation
Flyp.me cryto exchange service API wraper
- Host: GitHub
- URL: https://github.com/havocesp/flypme
- Owner: havocesp
- License: unlicense
- Created: 2022-05-24T22:59:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:45:02.000Z (about 1 month ago)
- Last Synced: 2024-12-01T17:29:01.349Z (about 1 month ago)
- Topics: altcoin, altcoins, bitcoin, coinswap, cryptocurrency, exchange
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flip.me Python API wrapper
## Description
A __Flip.me__ crypto exchange Python 3 API wrapper.
## Requirements
This project require the following dependencies:
- Python 3.9 (lower or upper versions not tested)
- __requests_~~_~~## Changelog
- [__24-05-2022__] [__v0.0.1__] Intial version.
## Usage
```python
from pprint import pprint
from flipme import Flypmeapi = Flypme()
result = api.new_order('BTC', 'ZEC', 0.1, 'LajyQBeZaBA1NkZDeY8YT5RYYVRkXMvb2T')
pprint(result)
```