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.
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
GETQuery string
POSTJSON 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_keyUpdated