Type alias ReaderHistoricalLpPairVolume

ReaderHistoricalLpPairVolume: {
    id: string;
    liquidityPool: {
        id: string;
    };
    pair: string;
    volume: string;
    volumeLpc: string;
}

Type declaration

  • id: string
  • liquidityPool: {
        id: string;
    }
    • id: string
  • pair: string
  • volume: string
  • volumeLpc: string

Generated using TypeDoc