Module exchanges

Source
Expand description

Exchange-specific authentication implementations

Modules§

binance
Binance authentication implementation - Performance optimized for HFT
bithumb
Bithumb authentication implementation - Performance optimized for HFT
bybit
Bybit V5 authentication implementation - Performance optimized for HFT
coinbase
Coinbase authentication implementation.
upbit
Upbit authentication implementation

Functions§

build_query_smartstring
Build a query SmartString from key-value pairs (maintaining natural order) Optimized with SmallVec for stack allocation and minimal heap allocations Note: No sorting required - exchanges use natural parameter order for signatures
url_encode_params
URL-encode the provided parameter string using a pre-allocated buffer.