Skip to main content

Documentation Index

Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt

Use this file to discover all available pages before exploring further.

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

Example

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