[go: up one dir, main page]

Skip to content
Justin edited this page Jul 11, 2018 · 5 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.

Introduction updated 9/28/18

Authentication

Pagination

WebSocket v2

WebSocket v1 deprecated

Market Data API updated 7/24/19

Trading API updated 08/19/19

Transaction API

Account API updated 3/14/19

Fund Transfer API updated 08/06/19

FAQ

Clone this wiki locally