Optional
resolution?: DurationProjected space between blocks.
// Will fetch all prices between the start and end with the stepping time between prices of 1 hour.
sdk.model.assets.poolPrices({resolution: '1 hour', timespan: {start, end} marketId})
The timespan to fetch prices for, can be either blocks or dates
Generated using TypeDoc
The pool to fetch prices for