# CHANGELOG

## 2025-03-28

* `https://openapi.exchange1.com/sapi/v2/symbols`. Return value Add "feeRateMaker" "feeRateTaker"

## 2025-03-26

* Added a new historyOrders data RESTful API URL `https://openapi.exchange1.com/sapi/v3/historyOrders`.
* Added a new myTrades data RESTful API URL `https://openapi.exchange1.com/sapi/v3/myTrades`.

## 2025-02-12

Updated the spot trading API symbol parameter to support both the real currency name and the display name.

## 2025-02-10

Updated the expiration time of the X-CH-TS timestamp in the request headers from 1 second to 3 seconds.


---

# 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://exchange1.gitbook.io/exchange1-api/table-of-contents/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.
