binance-sdk 60.0.0

This is a lightweight library that works as a connector to the Binance public API.
Documentation
/*
 * Prediction Trading REST API
 *
 * Place and manage prediction market orders, query positions, and transfer funds via the Prediction Trading REST API.
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

pub mod market_data_api;
pub use market_data_api::*;
pub mod position_api;
pub use position_api::*;
pub mod redeem_api;
pub use redeem_api::*;
pub mod trade_api;
pub use trade_api::*;
pub mod transfer_api;
pub use transfer_api::*;
pub mod wallet_api;
pub use wallet_api::*;