Skip to content

Introduction

The following API is intended for developers who want to integrate The Change exchange features into their project.

Getting started

Read the documentation below

Contact us, if you have any questions

Request an API key by contacting us

Contact us to get access to the API. The key is required for authenticating requests and working with exchange operations.

Request API key
Step 1 of 0

API Overview

  • Server time is set to UTC.

  • All timestamps are expressed in milliseconds.

  • Data is returned in descending order. Newest first, oldest last.

  • All endpoints return JSON objects.

  • Endpoints respond with either a "Success" or "Error" result.

Parameter definitions

Method
Parameter type
GET
Query string
POST
JSON body

Authentication

Access to The Change API requires an API key.Include the API key in every request using the HTTP header:
API key
TC-API-KEY: your_api_key

Create your turnkey cryptocurrency exchange

Learn more
Updated