Skip to main content

Documentation Index

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

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

Like useQuery, but returns a trigger to fetch data.

Example

const { data, trigger } = useLazyQuery<API.Symbol[]>("/v1/public/info");