Get list of all mark prices in a symbol -> price map.
symbol
price
const { data: markPrices }: { data: Record<string, number> } = useMarkPricesStream();