FORMAT: 1A HOST: https://api.gocoin.com # The GoCoin API **The GoCoin API, a.k.a 'Merchant Core' provides core functionality for merchants/users to manage their resources and accept crypto-currency payments.** #### Open Source Libraries [node.js](https://github.com/GoCoin/gocoin-js)
[php](https://github.com/GoCoin/gocoin-php)
[java](https://github.com/GoCoin/gocoin-java)
[.NET](https://github.com/GoCoin/gocoin-.net)
[ruby](https://github.com/GoCoin/gocoin-ruby) ##### Warning The API is subject to change without notice. Please contact support@gocoin.com if you have any issues. **Host URL: "https://api.gocoin.com"**

**All requests are prefixed with "/api/v1"**
e.g.:
~~~ https://api.gocoin.com/api/v1/merchants/:id ~~~ or ~~~ https://api.gocoin.com/api/v1/oauth/token ~~~ --- Please see the [GoCoin Merchant Integration Guide](https://www.gocoin.com/pdfs/merchant_integration_guide_1.0.0.pdf) and the [GoCoin Knowledgebase](http://help.gocoin.com) for more information on integrating with the API.