# Introduction

Welcome to the **Anchored Trading API** Developer Guide.

## Overview

The Anchored Trading API is a RESTful API provided by the Anchored Finance tokenized stock trading platform, covering market data, user asset management, order trading, cash deposits/withdrawals, and One Click delegated trading.

### Key Features

* **29 Endpoints**: Market Data (4) + User Assets (3) + Orders (8) + Cash Operations (10) + One Click (4)
* **Dual Trading Modes**: Calldata self-submit on-chain / One Click delegated trading
* **Multi-Chain Support**: Ethereum Mainnet, Monad Mainnet / Testnet, Base Sepolia
* **Multi-Product Support**: Anchored, MondayTrade
* **HMAC-SHA256 Signature**: Secure API authentication mechanism

### Audience

Partner developers integrating with the Anchored Trading API.

### Document Version

* Current version: v1.0
* Last updated: 2026-05-21

{% hint style="info" %}
**Before You Begin** — Ensure you have obtained your API Key and API Secret, and completed IP whitelist configuration. See the [Authentication](/trading-api-docs-en/authentication/headers.md) section for details.
{% 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-en/getting-started/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.
