Get list of all mark prices in a symbol -> price map.

Example

const { data: markPrices }: { data: Record<string, number> } = useMarkPricesStream();