endpoints/sei-chainprice_snapshot_historyGET/sei-protocol/sei-chain/oracle/denoms/price_snapshot_historyPriceSnapshotHistory returns the history of price snapshots for all assetsResponses200A successful response.Propertiesprice_snapshotsarraydefaultAn unexpected error response.PropertiescodeintegermessagestringdetailsarrayExample Usageimport { getQueryClient } from '@sei-js/cosmjs'; const queryClient = await getQueryClient("YOUR_RPC_URL"); const { priceSnapshotHistory } = queryClient.sei-protocol.sei-chain.oracle; const params: QueryPriceSnapshotHistoryRequest = {}; const response: QueryPriceSnapshotHistoryResponseSDKType = await priceSnapshotHistory(params);