-
Notifications
You must be signed in to change notification settings - Fork 27
http接口 行情地址说明
lestercx edited this page Mar 30, 2023
·
3 revisions
/quote-stock-api 股票查询API
查询API为http协议,url为https://quote.tradeswitcher.com/quote-stock-api
每发送一次查询请求或者订阅请求时,需要带上token信息,当前支持的token如下:
65b31e26-312c-4e71-89ae-f5e33073d1c8-1676446387481
要调用查询API,比如查询K线,最后发送的url为
https://quote.tradeswitcher.com/quote-stock-api/kline?token=65b31e26-312c-4e71-89ae-f5e33073d1c8-1676446387481
请求方式:GET
具体调用API下的那个接口,请查看http接口列表,以JSON为载体放到请求的body里