1. 首页
  2. 数据库
  3. 其它
  4. gemini rust:Gemini交换REST API的Rust客户端 源码

gemini rust:Gemini交换REST API的Rust客户端 源码

上传者: 2021-05-05 07:17:36上传 ZIP文件 11.24KB 热度 28次
双子锈 Gemini Exchange REST API的Rust客户端 参见 用法 let url = "https://api.sandbox.gemini.com"; let api_key = "" let api_secret = ""; let client = GeminiClient::new(&url, &api_key, &api_sec); let symbols = client.symbols().expect("error with request"); assert!(symbols.len() > 0, "symbols vector should be > 0 size"); println!("{:?}", symbols) 测验 将tests / cfg.example.toml复制到tes
下载地址
用户评论