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: 4 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T04:06:09.000Z (9 months ago)
- Last Synced: 2025-04-02T10:43:53.396Z (7 months ago)
- Topics: altcoin, altcoins, bitcoin, coinswap, cryptocurrency, exchange
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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)
```