# 简介

> 代币化股票交易平台 RESTful API 文档

## 🔐 HMAC-SHA256 鉴权

5 行签名原文，45 秒时间窗口，HMAC-SHA256 安全签名。

## 📊 29 个 API 端点

覆盖行情、资产、订单、出入金、One Click 五大模块。

## ⛓️ 多链支持

Ethereum、Monad、Base Sepolia，支持 Anchored 和 MondayTrade 产品。

## 🔄 双交易模式

Calldata 自行提交链上交易 + One Click 代发交易。

***

### 快速导航

* [快速开始 →](/trading-api-docs-zh/kuai-su-kai-shi/introduction.md)
* [API 接口概览 →](/trading-api-docs-zh/api-jie-kou/overview.md)
* [接入流程 →](/trading-api-docs-zh/jie-ru-liu-cheng/self-submit.md)


---

# 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/readme.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.
