Skip to content

Introduction

Here you will find information about using IBuy API in your project.

WARNING

To get started, please, make sure you have issued token in your cabinet.

How to make requests to our API

All requests to our API are made via HTTPS. You must provide an authorization token in each request in the Authorization header in the format shown below:

http
Authorization: Bearer <token>

Our API is available at the following address: api.ibuy.exchange

Most of the requests are made via POST. We will highlight if the request could be made via GET as well.

If we say that method does not require any parameters, it means that you must send an empty JSON object in the request body. Same goes for the response. If we say that method does not return any data, it means that we will return an empty JSON object.

We have a library for different programming languages. Check them out here

Data types

All numbers and floats are represented in string format. It is made to avoid precision loss.