asterdex-sdk 0.1.3

AsterDex Futures SDK v3 — Rust async client for REST and WebSocket APIs
Documentation
1
2
3
4
5
6
// Spot trading domain — placeholder for future implementation.
//
// When spot support is added:
//   - models/  will contain spot-specific request/response types
//   - endpoints/ will contain impl SpotClient { ... } blocks
//   - SpotClient will wrap crate::rest::client::RestClient with spot API paths (/api/v3/*)