Type alias HistoricalPool

HistoricalPool: {
    __typename?: "HistoricalPool";
    blockNumber: Scalars["Int"];
    dVolume?: Maybe<Scalars["BigInt"]>;
    event: Scalars["String"];
    id: Scalars["String"];
    poolId: Scalars["Int"];
    poolStatus: Scalars["String"];
    timestamp: Scalars["DateTime"];
    volume?: Maybe<Scalars["BigInt"]>;
    ztgQty?: Maybe<Scalars["BigInt"]>;
}

Liquidity history of a particular pool. Records all transactions associated with the pool.

Type declaration

  • Optional __typename?: "HistoricalPool"
  • blockNumber: Scalars["Int"]

    Height of the block

  • Optional dVolume?: Maybe<Scalars["BigInt"]>

    Volume difference

  • event: Scalars["String"]

    Event method which initiated this change

  • id: Scalars["String"]
  • poolId: Scalars["Int"]

    Zeitgeist's identifier for pool

  • poolStatus: Scalars["String"]

    Current status of the pool

  • timestamp: Scalars["DateTime"]

    Timestamp of the block

  • Optional volume?: Maybe<Scalars["BigInt"]>

    New updated volume

  • Optional ztgQty?: Maybe<Scalars["BigInt"]>

    New amount of ZTG present in the pool

Generated using TypeDoc