interface Price {
    pair?: Pair;
    price: string;
    snapshotTimestampInSeconds: bigint;
}

Properties

pair?: Pair
price: string
snapshotTimestampInSeconds: bigint