> For the complete documentation index, see [llms.txt](https://docs-bot-api.ave.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-bot-api.ave.ai/geng-xin-ri-zhi.md).

# 更新日志

## 2026-05-07

* 链钱包交易API 在发送交易时，如果没传useMev，则设置默认值为true

## 2026-03-19

* 链钱包交易API支持自动滑点查询

## 2026-03-09

* 链钱包交易API支持创建交易时设置自定义返佣手续费

## 2026-02-28

* 链钱包交易API支持询价，交易授权合约地址需从询价接口获取

## 2026-02-04

* 链钱包交易API支持自动滑点

## 2025-12-24

* 链钱包交易API支持交易返佣，返佣比例20%
* 链钱包交易API手续费上调到0.6%

## 2025-11-14

* 代理钱包API支持在限价单记录中查询止盈止损和移动止盈止损单和关联触发交易
* 代理钱包WebSocket推送支持止盈止损和移动止盈止损单和关联触发交易
* 代理钱包WebSocket的AVE-ACCESS-KEY由请求头添加改为请求参数添加

## 2025-09-16

* 代理钱包API支持市价交易设置自动卖出功能
  * 止盈止损策略
  * 移动止盈止损策略
* 代理钱包API支持设置市价交易和限价交易的自动滑点和自动Gas档位功能

## 2025-09-05

* 链钱包API调用增加了API KEY的校验
* 开通交易API需要使用cloud.ave.ai进行开通
* 更新了资费Package，以及不同资费档位的请求限频

## 2025-07-30

* 支持ETH/Base链的链钱包交易API
* 支持ETH/Base链的代理钱包市价和限价交易API
* 支持代理钱包的转账API

## 2025-07-11

* 支持Solana链钱包交易API

## 2025-07-11

* 支持Solana链钱包交易API

## 2025-07-07

* 支持通过API开通第三方代理钱包，同时支持删除第三方代理钱包

## 2025-06-24

* 支持BSC链钱包交易API

## 2025-05-21

* 查询市价单交易记录接口和查询限价单交易记录接口的response增加inAmount（输入token数量）和outAmount（输出token数量）字段

## 2025-05-19

* 支持BSC交易相关API，增加发送授权交易接口和查询授权交易接口

## 2025-04-29

* 创建市价交易和限价交易接口，开启useMev时，gas最小值为0.001 SOL。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-bot-api.ave.ai/geng-xin-ri-zhi.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.
