GitHub
Docs
useClientQuery

useClientQuery

General query method

const { data } = useClientQuery('getBalance', {
  owner: account?.address
})

The first parameter is the method name. Get from JSON RPC