htx-rs 0.1.1

火币 HTX 现货交易 Rust SDK,支持下单、撤单、查单等主要接口,签名算法兼容官方。
Documentation
1
2
3
4
5
6
//! 工具模块,如签名、辅助函数

pub mod hmac;
pub mod signature;
pub mod url_params;
// 后续可扩展时间戳、参数拼接等工具