# Base

## GET /symbol/list

> Product List

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Base"}],"servers":[{"url":"https://api.itick.org","description":"正式环境"}],"security":[],"paths":{"/symbol/list":{"get":{"summary":"Product List","deprecated":false,"description":"","tags":["Base"],"parameters":[{"name":"type","in":"query","description":"Product Categories: stock, forex, indices, crypto","required":true,"schema":{"type":"string"}},{"name":"region","in":"query","description":"Regions: Stocks include (HK, SZ, SH, US, SG), Forex (gb), Indices (gb), Digital currencies (ba)","required":true,"schema":{"type":"string"}},{"name":"code","in":"query","description":"","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"Response Code, 0: Success"},"msg":{"type":"string","description":"Exception Information, exists when not equal to 0"},"data":{"description":"Response Data","type":"object","properties":{"c":{"type":"string","description":"Product Code"},"t":{"type":"string","description":"Product Category"},"e":{"type":"string","description":"Exchange"},"n":{"type":"string","description":"Product Name"}},"required":["c","t","e","n"]}},"required":["code","msg","data"]}}},"headers":{}}}}}}}
```

## GET /symbol/info

> Product Information

```json
{"openapi":"3.0.1","info":{"title":"Default module","version":"1.0.0"},"tags":[{"name":"Base"}],"servers":[{"url":"https://api.itick.org","description":"正式环境"}],"security":[],"paths":{"/symbol/info":{"get":{"summary":"Product Information","deprecated":false,"description":"","tags":["Base"],"parameters":[{"name":"type","in":"query","description":"Product Category","required":true,"schema":{"type":"string"}},{"name":"region","in":"query","description":"Belongs to Region HK, SZ, SH, US","required":true,"schema":{"type":"string"}},{"name":"code","in":"query","description":"","required":false,"schema":{"type":"string"}},{"name":"exchange","in":"query","description":"","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"Response Code, 0: Success"},"msg":{"type":"string","description":"Exception Information, exists when not equal to 0"},"data":{"description":"Response Data","type":"object","properties":{"c":{"type":"string","description":"Product Code"},"t":{"type":"string","description":"Product Category"},"e":{"type":"string","description":"Exchange"},"n":{"type":"string","description":"Product Name"}},"required":["c","t","e","n"]}},"required":["code","msg","data"]}}},"headers":{}}}}}}}
```


---

# 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://doc.itick.org/apis/base.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.
