Giter Site home page Giter Site logo

api's Introduction

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 [email protected] 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.

api's People

Contributors

avendael avatar iggy-tan avatar runarp avatar

Watchers

marlex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.