-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
156 lines (141 loc) · 4.98 KB
/
mkdocs.yml
File metadata and controls
156 lines (141 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
site_name: Aster API Docs
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.png
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
extra_css:
- stylesheets/extra.css
plugins:
- search
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
nav_translations:
Spot: 现货
Futures: 合约
Futures v3: 合约 v3
Changelog: 更新日志
Demo: Demo
Overview: 概览
General Info: 基本信息
Market Data : 行情数据
Spot Account & Trading: 现货账户与交易
Futures Account & Trading: 合约账户与交易
Deposit & Withdrawal: 充值与提现
WebSocket Market Data: WebSocket 行情数据推送
WebSocket Account Info: WebSocket 账户信息推送
Error Codes: 错误码
Futures Testnet: 合约测试网
Spot Testnet: 现货测试网
Spot V3: 现货 V3
RPC: 链上 RPC
Aster Code: Aster Code
Integration Flow: 对接流程
Authentication: 鉴权方式
Endpoints: 接口列表
Demo: Demo
Changelog: 更新日志
Upcoming Changes: 即将发布
markdown_extensions:
- toc:
toc_depth: 3
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
nav:
- Futures v3:
- General Info: futures-v3/general-info.md
- Market Data: futures-v3/market-data.md
- Futures Account & Trading: futures-v3/account&trades.md
- WebSocket Market Data: futures-v3/websocket-market-streams.md
- WebSocket Account Info: futures-v3/user-data-streams.md
- Deposit & Withdrawal: futures-v3/deposit&withdrawal.md
- Error Codes: futures-v3/error-codes.md
- Futures:
- General Info: futures/general-info.md
- Market Data: futures/market-data.md
- Futures Account & Trading: futures/account&trades.md
- WebSocket Market Data: futures/websocket-market-streams.md
- WebSocket Account Info: futures/user-data-streams.md
- Error Codes: futures/error-codes.md
- Spot V3:
- General Info: spot-v3/general-info.md
- Market Data: spot-v3/market-data.md
- Spot Account & Trading: spot-v3/account&trades.md
- WebSocket Market Data: spot-v3/websocket-market-streams.md
- WebSocket Account Info: spot-v3/websocket-account-info.md
- Spot:
- Overview: spot/spot-api-overview.md
- Market Data: spot/market-data-api.md
- Spot Account & Trading: spot/spot-account-and-trading-api.md
- WebSocket Market Data: spot/websocket-market-data.md
- WebSocket Account Info: spot/websocket-account-info.md
- Error Codes: spot/error-codes.md
- Aster Code:
- Integration Flow: asterCode/integration-flow.md
- Authentication: asterCode/authentication.md
- Endpoints: asterCode/endpoints.md
- RPC:
- General Info: rpc/general-info.md
- Endpoints: rpc/endpoints.md
- Futures Testnet:
- General Info: futures-testnet/general-info.md
- Market Data: futures-testnet/market-data.md
- Futures Account & Trading: futures-testnet/account&trades.md
- WebSocket Market Data: futures-testnet/websocket-market-streams.md
- WebSocket Account Info: futures-testnet/user-data-streams.md
- Error Codes: futures-testnet/error-codes.md
- Spot Testnet:
- General Info: spot-testnet/general-info.md
- Market Data: spot-testnet/market-data.md
- Spot Account & Trading: spot-testnet/account&trades.md
- WebSocket Market Data: spot-testnet/websocket-market-streams.md
- WebSocket Account Info: spot-testnet/websocket-account-info.md
- Error Codes: spot-testnet/error-codes.md
- Demo: demo/demo.md
- Changelog:
- Upcoming Changes: changelog/upcoming-changes.md
- 2026-4-10: changelog/2026-4-10.md
- 2026-4-09: changelog/2026-4-09.md
- 2026-4-03: changelog/2026-4-03.md
- 2026-3-31: changelog/2026-3-31.md
- 2026-3-28: changelog/2026-3-28.md
- 2026-3-21: changelog/2026-3-21.md
- 2026-3-19: changelog/2026-3-19.md
- 2026-3-18: changelog/2026-3-18.md
- 2026-3-17: changelog/2026-3-17.md
- 2026-3-11: changelog/2026-3-11.md
- 2026-1-27: changelog/2026-1-27.md