Module bitget

Module bitget 

Source
Expand description

Bitget exchange implementation Bitget exchange implementation.

Supports spot trading and futures trading (USDT-M and Coin-M) with REST API and WebSocket support.

Re-exports§

pub use auth::BitgetAuth;
pub use builder::BitgetBuilder;
pub use endpoint_router::BitgetEndpointRouter;
pub use error::BitgetErrorCode;
pub use error::is_error_response;
pub use error::parse_error;
pub use parser::datetime_to_timestamp;
pub use parser::parse_balance;
pub use parser::parse_market;
pub use parser::parse_ohlcv;
pub use parser::parse_order;
pub use parser::parse_order_status;
pub use parser::parse_orderbook;
pub use parser::parse_ticker;
pub use parser::parse_trade;
pub use parser::timestamp_to_datetime;

Modules§

auth
Bitget API authentication module.
builder
Bitget exchange builder pattern implementation.
endpoint_router
Bitget-specific endpoint router trait.
error
Bitget-specific error handling.
parser
Bitget data parser module.
rest
Bitget REST API implementation.
signed_request
Signed request builder for Bitget API.
ws
Bitget WebSocket implementation.

Structs§

Bitget
Bitget exchange structure.
BitgetOptions
Bitget-specific options.
BitgetUrls
Bitget API URLs.