# Changelog

### **Version 1.0.0 —&#x20;*****April 22, 2025***

#### **Initial Release**

In this version, we’ve published the complete API documentation covering the full trading and account management experience on Coinlocally, including:

***

#### **✅ Spot Trading APIs**

* **Public**: Connectivity checks, server time, exchange info.
* **Market**: Market depth, tickers, recent trades, historical data.
* **Trade**: Order creation, cancellation, query, and history.
* **Account**: View account information, balances, and transfers.

#### **📈 Futures APIs**

* **Public:** Contracts, pricing, index, and Kline data.
* **Market**: Depth, tickers, funding rate, candlesticks.
* **Trade**: Order handling, position management, margin adjustments.
* **Account**: Balance, equity, positions, risk data.

#### **💳 Margin Trading APIs**

* Full support for placing, tracking, and managing margin orders and positions.

#### **💸 Withdraw APIs**

* Apply for withdrawal
* Query withdrawal records

#### **🔌 WebSocket Support**

* Real-time streaming of market data, orders, trades, and account updates.

#### **🔧 Official SDK**

* Available on GitHub for easy integration.
* Includes utilities for signing, client initialization, and request examples in:
  * Python
  * Java
  * Go
  * PHP
  * Node.js


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coinlocally.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
