Module base_exchange

Module base_exchange 

Source
Expand description

Base exchange implementation

Provides core functionality for all exchange implementations:

  • Market data caching
  • API configuration management
  • Common request/response handling
  • Authentication and signing
  • Rate limiting

Structsยง

BaseExchange
Base exchange implementation
ExchangeConfig
Exchange configuration
ExchangeConfigBuilder
Builder for ExchangeConfig
MarketCache
Market data cache structure