> For the complete documentation index, see [llms.txt](https://doc.itick.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.itick.org/start/huo-qu-shou-quan.md).

# 获取授权

#### <mark style="color:red;">此文档已停止维护，请使用新的地址</mark>  [<mark style="color:red;">https://docs.itick.org/</mark>](https://docs.itick.org/getting-started)

## 1、账号准备

打开官网 [iTick Website](https://www.itick.org/)，点击右上角的立即获取

![](https://files.readme.io/b8196f75f1bd05467f85b6488f40ccf61486d3f5cd296b00a27fb9bad855cc5c-image.png)

使用 Google账号或者Github账号登录

![](https://files.readme.io/bbd5e258edd1dd54d0e8ce9ae5428367719604e597d74b8cb7eed2117c8a1128-image.png)

<br>

## 2、APIKey获取

登陆之后，访问[iTick控制台](https://www.itick.org/)，点击控制台进入控制台。查看APIKey。\
APIKey为每个账号唯一作为访问服务的凭证，请妥善保管，谨防丢失或共享他人，造成不必要的损失。如有以上情形请及时联系工作人员。

![](https://files.readme.io/82eded6226ab8371095b9d50b7d89d08d5f07aca03bedf8b85877599d4e1d1f0-image.png)

![](https://files.readme.io/5ca3a0bc9868b76b179c3d8431c6795958b0deae327d75474587f0838ec8ffe5-image.png)

<br>

## 3、服务简介

目前iTick支持rest服务、webs socket订阅以及FIX协议，三种种方式对外服务；\
rest api：股票（A股、美股、港股）、外汇、贵金属、加密货币、指数的最新报价、盘口以及各种周期的K线；\
webSocket api：股票（A股、美股、港股）、外汇、贵金属、加密货币、指数的实时报价推送；\
fix api：目前支只对机构用户开放；\
你可以根据实际情况选择不同的产品服务。


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.itick.org/start/huo-qu-shou-quan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
