Skip to content

havocesp/LocalCoinSwap-API-Wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocalCoinSwap-API-Wrapper

Python Wrapper for the LocalCoinSwap API. This wrapper is currently incomplete and should be considered completely experimental, not ready for production, and merely a work in progress.

Using the Wrapper:

  1. Clone this repository into your project folder
  2. Setup virtualenv if desired and install requirements pip install -r requirements.txt
  3. Create .env file with your API key in the format TOKEN="your_token"
  4. Import the modules from the wrapper directory as follows. from wrapper import *

Examples of Use:

Send a message to your most recent trade: trade.send_message(trade.latest(), "Ready to Trade?")

Get Total Portfolio Value: portfolio.value

Check Ethereum Wallet Balance: wallet.balance("eth")

Search Bitcoin Trade Offers for Specific User: offers.search(username="someone", ticker="BTC")

... and much more, review the various modules for further possibilities

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy