Type alias PoolSpreadProfitDto

PoolSpreadProfitDto: {
    intervalType: "5m";
    timestamp: number;
    accumulatedProfitInUsd: string;
}

Type declaration

  • intervalType: "5m"
  • timestamp: number
  • accumulatedProfitInUsd: string