# 简介

欢迎查阅 **Anchored Trading API** 开发者指南。

## 概述

Anchored Trading API 是 Anchored Finance 代币化股票交易平台提供的一套 RESTful API，覆盖行情查询、用户资产管理、订单交易、现金出入金以及 One Click 代发交易等核心功能。

### 核心特性

* **29 个端点**：行情（4）+ 用户资产（3）+ 订单（8）+ 现金出入金（10）+ One Click（4）
* **双交易模式**：Calldata 自行提交链上交易 / One Click 代发交易
* **多链支持**：Ethereum Mainnet、Monad Mainnet / Testnet、Base Sepolia
* **多产品支持**：Anchored、MondayTrade
* **HMAC-SHA256 签名**：安全的 API 鉴权机制

### 适用对象

接入 Anchored Trading API 的合作方开发者。

### 文档版本

* 当前版本：v1.0
* 最后更新：2026-05-21

{% hint style="info" %}
**开始之前** — 确保你已获取 API Key 和 API Secret，并完成 IP 白名单配置。详见 [鉴权](/trading-api-docs-zh/jian-quan/headers.md) 章节。
{% endhint %}


---

# 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.anchored.finance/trading-api-docs-zh/kuai-su-kai-shi/introduction.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.
