interface PriceSDKType {
    pair?: PairSDKType;
    price: string;
    snapshotTimestampInSeconds: bigint;
}

Properties

price: string
snapshotTimestampInSeconds: bigint