于跃
68844422e5
修复市场英文错误的问题
2022-05-18 18:21:50 +08:00
于跃
e1c3ac2b50
导航栏中添加社区和市场链接
2022-05-18 18:09:32 +08:00
梁轩伟
562be15f9a
fix url longbridge.global->longbridgeapp.com
2022-05-18 12:53:24 +08:00
梁轩伟
684d6297c4
fix parameter type; add more trade type
2022-05-18 12:53:24 +08:00
梁轩伟
d3685f7582
fix parameter type; add more trade type
2022-05-18 12:53:24 +08:00
Sunli
f744157f1c
Merge pull request #139 from LuGHuaaa/main
...
fix required
2022-05-16 16:24:06 +08:00
guohua.lu
81f1454b91
fix required
2022-05-16 14:47:19 +08:00
sky
2c432b7577
fix response return field array type describe
2022-05-16 10:28:07 +08:00
guohua.lu
50d8192ea3
fix typo; today order add status example
2022-05-16 10:27:46 +08:00
Joe
737b858870
change domains to .longbridgeapp.com
2022-05-13 16:23:07 +08:00
webbillion
acd6604154
修复 sdk 链接语法错误的问题 ( #135 )
2022-05-13 13:57:23 +08:00
Jason Lee
facf5fa8a2
Add Pypi mirror guide
2022-05-13 11:29:24 +08:00
webbillion
279f42cbb4
WIP 调整 SDK 页面,并添加 markdown 自定义内容 ( #134 )
...
* 调整 SDK 页面
* 升级 tailwind 和 sdk 文件位置
2022-05-13 11:01:08 +08:00
guohua.lu
17b13eeffe
fix status description
2022-05-12 18:29:20 +08:00
guohua.lu
44f8224625
fix example
2022-05-12 16:01:19 +08:00
sunfuze
9be116f148
use market link id
2022-05-12 10:17:21 +08:00
sunfuze
979e99240b
explain token expiration and refreshing
2022-05-12 10:16:39 +08:00
sunfuze
434ba83015
explain token expiration and refreshing
2022-05-12 10:11:49 +08:00
sunfuze
b8f9584c53
explain token expiration and refreshing
2022-05-12 10:10:07 +08:00
Nowa Zhu
263f903746
Merge pull request #130 from longbridgeapp/nowa-patch-1
...
Fixed the url typo.
2022-05-11 20:04:55 +08:00
Nowa Zhu
4f4718f98b
Fixed the url typo.
2022-05-11 20:04:11 +08:00
sky
edf6da7f32
fix http return code and example param
2022-05-11 19:11:42 +08:00
Sunli
b0a11c7f20
Merge pull request #128 from sunli829/main
...
Fix typo
2022-05-11 18:12:16 +08:00
Sunli
9ac25b51b8
Fix typo
2022-05-11 18:11:09 +08:00
Sunli
02546bec42
Fix typo
2022-05-11 18:01:06 +08:00
Sunli
d34bf4d05e
Fix typo
2022-05-11 17:59:26 +08:00
Nowa Zhu
8de03e8c8d
Merge pull request #126 from longbridgeapp/nowa-patch-1
...
Added 'Discord' word.
2022-05-11 15:57:16 +08:00
Nowa Zhu
1a78bab15b
Added 'Discord' word.
2022-05-11 15:56:40 +08:00
Nowa Zhu
cac86e075e
Merge pull request #125 from longbridgeapp/nowa-patch-1
...
Added contact information to get-started in locale en.
2022-05-10 22:32:02 +08:00
Nowa Zhu
37503d3bc9
Added contact information to get-started in locale en.
2022-05-10 22:31:26 +08:00
QFCG
76e35e05ae
Update index.md
...
fix description error
2022-05-10 21:26:21 +08:00
QFCG
738ff9eeb4
Update index.md
...
fix description error
2022-05-10 21:26:08 +08:00
Nowa Zhu
b62beddc32
Added contact information to get-started.md
2022-05-10 21:25:15 +08:00
LuGHuaaa
5ab13b6810
Fix history_orders_rsp, description ( #114 )
...
* fix history_orders_rsp
* fix description
* fix typo
* fix typo
* fix typo
* Update submit.yml
* Update today_orders.yml
* Update submit.yml
* Update history_orders.yml
Co-authored-by: guohua.lu <guohua.lu@longbridge.sg >
Co-authored-by: Jason Lee <huacnlee@gmail.com >
2022-05-10 16:03:25 +08:00
梁轩伟
e7c25ba4ad
Getting Started -> API Basic
2022-05-10 15:56:57 +08:00
Jason Lee
9b2d0e819c
Update getting-started.md
2022-05-10 15:48:14 +08:00
Tiaotiaoeth
03af582388
Update diff-ws-tcp.md
...
delete: 可以根据自己的需求选择,我们的私有协议时适用于两者的。
2022-05-10 15:29:19 +08:00
sunfuze
b92f12cb66
Merge pull request #117 from longbridgeapp/translate
...
update translate and fix bug
2022-05-10 14:19:16 +08:00
梁轩伟
37e2dc0046
update translate and fix bug
2022-05-10 14:12:45 +08:00
Tiaotiaoeth
a1987b080e
Update how-to-access-api.md
...
Line 16. "To get Access Token, App Key and App Secret on the Developer Website " chg to "Get Access Token, App Key and App Secret on the Developer Website"
Line 32 "Set the request parameter header information, X-Api-Key, Authorization, X-Timestamp will be used in the signature function." - "Set the request parameter header information, and X-Api-Key, Authorization, X-Timestamp will be used in the signature function."
line67 " Signing the request and sets the signature in the request header X-Api-Signature. - Sign the request and set the signature in the request header X-Api-Signature."
2022-05-10 13:58:39 +08:00
Tiaotiaoeth
54d9c5273c
Update how-to-access-api.md
...
12 - “Open the corresponding service” chg to “enable the corresponding services ”
2022-05-10 13:57:56 +08:00
sunfuze
108f9fbe20
订阅 -> Subscribe
2022-05-10 12:04:02 +08:00
Jason Lee
245dbf535d
Update index.md
2022-05-10 12:00:37 +08:00
Jason Lee
4d1a8bb5fe
Update index.md
2022-05-10 12:00:23 +08:00
Jason Lee
625e8813e7
Update getting-started.md
2022-05-10 11:58:40 +08:00
Jason Lee
adaff24848
Update getting-started.md
2022-05-10 11:57:33 +08:00
Jason Lee
0f9a791c03
Update how-to-access-api.md
2022-05-10 11:52:38 +08:00
Jason Lee
a461b03dd1
Update how-to-access-api.md
2022-05-10 11:51:51 +08:00
Jason Lee
c30ffda463
Fix typo
2022-05-10 11:49:56 +08:00
guohua.lu
991dfd8d82
rollback replace, withdraw method
2022-05-10 10:58:39 +08:00