Get Product Snapshots

Retrieves the historical snapshots for a product from the indexer

See getProductSnapshots API reference for more details.

Makes a call to Indexer API > Products via the SDK.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.market.getProductSnapshots(...);

Last updated