# 接入流程

- [流程说明](https://apis.alltick.co/integration-process/liu-cheng-shuo-ming.md): 第1步：熟悉接口地址和参数 目标：深入理解接口的URL结构及其期望的参数。 操作：仔细阅读行情地址说明文档，掌握各接口的访问URL和必要参数。  第2步：申请属于你的token 目标：获得访问接口所需的凭证。 操作：按照指南申请专属的Token，以确保您的请求被成功认证。  第3步：了解接口调用限制 目标：避免因违反限制条件而导致请求失败。 操作：阅读接口限制说明，注意请求频率、数据请求量等相关限
- [行情地址说明](https://apis.alltick.co/integration-process/market-address-description.md): HTTP 行情 API 地址说明 Websocket 行情 API 地址说明
- [HTTP 行情 API 地址说明](https://apis.alltick.co/integration-process/market-address-description/http-quotes-api-address-description.md): API地址说明 股票HTTP接口API地址 /quote-stock-b-api 股票查询API 查询API为https协议，完整的url为： https://quote.alltick.io/quote-stock-b-api 每发送一次查询请求时，需要带上方法名和token信息\ 单产品请求K线示例：
- [Websocket 行情 API 地址说明](https://apis.alltick.co/integration-process/market-address-description/websocket-quotes-api-address-description.md): 股票市场数据WebSocket订阅 接口地址 基本路径 认证信息 每次建立连接时，必须在URL中附加您的认证token，订阅说明 连接成功后，您可以根据需要订阅特定的股票市场数据。详细的调用方法请参考我们的WebSocket接口列表。外汇、加密货币与商品市场数据WebSocket订阅
- [Token 申请](https://apis.alltick.co/integration-process/token-application.md): 申请属于你的token
- [接口限制说明](https://apis.alltick.co/integration-process/interface-restriction-description.md): HTTP 接口限制 Websocket 接口限制 错误码说明
- [HTTP 接口限制](https://apis.alltick.co/integration-process/interface-restriction-description/http-interface-restrictions.md): HTTP接口限制 1. 频率类限制 2. IP类限制 HTTP接口只会根据Token限制请求频率，对IP没有限制 示例：基础计划规定1秒只能请求1次，如果Token在14:03:01请求了/kline接口1次，并在相同的一分钟内调用了/trade-tick接口1次，后台服务都将正常提供服务。如果Token在14:03:01内对/kline接口发出2次请求，第一次请求将正常得到服务，而第二次请求则会
- [Websocket 接口限制](https://apis.alltick.co/integration-process/interface-restriction-description/websocket-interface-limitations.md): WebSocket接口限制 1、IP类限制 1.1  Websocket的连接数是根据Token允许的连接数做限制的，不针对IP地址限制。 例如：基础计划规定一个Token只允许一个websocket连接，IP地址A已经发起了一个websocket连接的情况下，1、如果您使用相同的IP地址A尝试发起第二个websocket连接将会被拒绝；2、如果您使用IP地址B尝试发起第二个websocket连接
- [错误码说明](https://apis.alltick.co/integration-process/interface-restriction-description/error-code-description.md): 错误码说明
- [通用标准头说明](https://apis.alltick.co/integration-process/universal-standard-header-description.md): HTTP 通用标准头 Websocket 通用标准头
- [HTTP 通用标准头](https://apis.alltick.co/integration-process/universal-standard-header-description/http-common-standard-headers.md): HTTP 通用标准头 请求通用标准头介绍 应答通用标准头介绍
- [Websocket 通用标准头](https://apis.alltick.co/integration-process/universal-standard-header-description/websocket-common-standard-header.md): Websocket 通用标准头 请求通用标准头介绍 应答通用标准头介绍
- [产品 Code 列表](https://apis.alltick.co/integration-process/product-code-list.md): A股 港股 美股 加密货币(数字币) 商品(贵金属) 外汇
- [A股](https://apis.alltick.co/integration-process/product-code-list/a-gu.md): 全部A股(沪深市场)产品的code列表
- [港股](https://apis.alltick.co/integration-process/product-code-list/gang-gu.md): 全部港股产品的code列表
- [美股](https://apis.alltick.co/integration-process/product-code-list/mei-gu.md): 美股产品的code列表
- [加密货币(数字币)](https://apis.alltick.co/integration-process/product-code-list/jia-mi-huo-bi-shu-zi-bi.md): 全部加密货币产品的code列表
- [商品(贵金属)](https://apis.alltick.co/integration-process/product-code-list/shang-pin-gui-jin-shu.md): 贵金属(黄金白银)、原油产品的code列表
- [外汇](https://apis.alltick.co/integration-process/product-code-list/wai-hui.md): 全部外汇产品的code列表


---

# 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://apis.alltick.co/integration-process.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.
