Pool: {
    __typename?: "Pool";
    accountId?: Maybe<Scalars["String"]>;
    baseAsset: Scalars["String"];
    createdAt: Scalars["DateTime"];
    id: Scalars["String"];
    marketId: Scalars["Int"];
    poolId: Scalars["Int"];
    poolStatus: Scalars["String"];
    scoringRule: Scalars["String"];
    swapFee: Scalars["String"];
    totalSubsidy: Scalars["String"];
    totalWeight: Scalars["String"];
    volume: Scalars["BigInt"];
    weights: Maybe<Weight>[];
    ztgQty: Scalars["BigInt"];
}

Liquidity pool details

Type declaration

  • Optional __typename?: "Pool"
  • Optional accountId?: Maybe<Scalars["String"]>

    Zeitgeist's identifier for account

  • baseAsset: Scalars["String"]

    The base asset in the market swap pool (usually a currency)

  • createdAt: Scalars["DateTime"]

    Timestamp of pool creation

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

    Zeitgeist's identifier for pool

  • poolStatus: Scalars["String"]

    Status of the pool

  • scoringRule: Scalars["String"]

    Scoring rule used for the pool

  • swapFee: Scalars["String"]

    Fee applied to each swap

  • totalSubsidy: Scalars["String"]

    Subsidy gathered for the market

  • totalWeight: Scalars["String"]

    Sum of weights

  • volume: Scalars["BigInt"]

    Total amount of ZTG that has moved through a market's liquidity pool

  • weights: Maybe<Weight>[]

    List of lengths for each asset

  • ztgQty: Scalars["BigInt"]

    Amount of ZTG present in the pool

Generated using TypeDoc