Skip to content

Introduction

Justin edited this page Sep 28, 2018 · 10 revisions

API Overview

BTC Markets provides a simple REST API which allows for integration of business applications, payment systems, trading engines, mobile apps, etc.

All requests use the "application/json" content type and must use https.

Unless specified all API methods use http POST.

The base url for the API is: https://api.btcmarkets.net

If you have any feedback on the API please post a question in our support center.

Getting started

Before using API please take some time to understand the authentication mechanism built into the API. Some parts of the API require authentication and in those cases you will be required to register with BTC Markets and then generate a set of API keys.

Clone this wiki locally