Jtl12 / api

Where coins is able to share examples and Docs of our API's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About coins.ph

Coins.ph is a mobile platform connecting 300+ million people in Southeast Asia who are currently out of reach for traditional banking with services from existing banks and financial product providers. Our platform utilizes existing retail infrastructure (10,000+ locations) for deposits and withdrawals, cutting down on one of the biggest cost components of traditional retail banking. Founded in 2014, Coins.ph now processes thousands of transactions per day, including remittances, bills payment, mobile top-ups, and other services provided by third-party covered financial institutions. We recently launched Teller, the first human ATM network that extends the reach of financial institutions beyond their existing branch infrastructure.

We are driven by the desire to influence people’s lives.

For more information check out https://coins.ph/careers

API Examples

Examples for how to use the Coins.ph API are provided in this repository. Additionally, API docs can be found at the documentation page. For issues, feature requests, and suggestions, please file an issue.

Easily Send Bitcoin from your Coins.ph Wallet

First Set your Coins Key and Secret you can get these at the API Dashboard.

Install requirements and export your keys

pip install -r requirements.txt
 export COINS_API_KEY=[your API key]
 export COINS_API_SECRET=[your secret]

To send funds using the command line utility just run out of the /python directory:

python sendbitcoin.py coffeefund@coins.ph 0.001

You can send to a bitcoin address, email address or even a phone number.

Contributing

Please feel free to contribute examples of how to use the API for different languages. If a language is not yet in the root project directory, please create a directory and name it with the language that the examples in that directory use. For instance:

.gitignore
README.md
python/
  hmac.py
  oauth.py
java/
  hmac.java
  oauth.java
... and so on

For each example, please include a link (as a comment/docstring) to the documentation page that it implements.

License

API Examples are MIT licensed.

The MIT License (MIT)

Copyright © 2014 coins.ph

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Where coins is able to share examples and Docs of our API's.

License:Other


Languages

Language:Python 70.7%Language:PHP 29.3%