> For the complete documentation index, see [llms.txt](https://ajaib.gitbook.io/coin-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajaib.gitbook.io/coin-exchange/overview.md).

# Overview

Welcome to Ajaib Coin Exchange API documentation for developers & traders.&#x20;

Our APIs are categorized into:&#x20;

* Market Info > to retrieve general exchange info&#x20;
* Wallet > to check, deposit or withdraw funds & assets&#x20;
* Spot Trading > to view / place / cancel orders & trades

All requests and responses are `application/json` content-type.&#x20;

See [errors](/coin-exchange/getting-started/errors.md) to further decode system call success or failure.&#x20;

Request URLs must be lowercase as URLs are case-sensitive.&#x20;

{% hint style="info" %}
By accessing the Ajaib Coin Exchange API, you agree to be bound under the terms & conditions set by our [Terms of Use](#base-endpoints).&#x20;
{% endhint %}

## Mainnet Base Endpoints&#x20;

RESTful API `https://api.ajaib.co.id`

Websocket `wss://stream.ajaib.co.id:443`&#x20;

## Testnet Base Endpoints&#x20;

RESTful API `https://api.ajaib.tech`

## Want to jump right in?&#x20;

Feeling like an eager beaver? Jump in to the 'Getting Started' docs and make your first request:

{% content-ref url="/pages/PhDgIClUzB1CXli0pTBV" %}
[Getting Started](/coin-exchange/getting-started/authentication.md)
{% endcontent-ref %}

## Want to deep dive?&#x20;

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:&#x20;

{% content-ref url="/pages/DTBVQ6SFxPYRRmY7VNi8" %}
[API References](/coin-exchange/api-references/market-info.md)
{% endcontent-ref %}
