bian rs:Binance API客户端 源码

duplicate_92628 13 0 ZIP 2021-04-29 12:04:44

- 币安API Rust异步SDK 使用 在Cargo.toml中添加依赖 [ dependencies ] tokio = { version = " 1 " , features = [ " full " ] } bian-rs = { git = " https://github.com/PrivateRookie/bian-rs.git " } 在国内使用需要设置代理,bian-rs通过HTTP_PROXY和HTTPS_PROXY环境变量自动设置代理。 use bian_rs :: UFuturesHttpClient; use std :: env; #[tokio::main] async fn main () { let api_key = "your api key" ; let secret_key = "your secret key" ; /

用户评论
请输入评论内容
评分:
暂无评论