> For the complete documentation index, see [llms.txt](https://docs.coinlocally.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinlocally.com/changelog.md).

# 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
