export interface TradesRequest {
  market_pair: string; // Market pair or instrument symbol (e.g., "BTCUSD")
}
