Note: This client created above uses and you need to pass in your usersauthToken after your user is authenticated. API calls that do not require user authorization (generally queries like nftModels) will still function if authToken isn't provided.
Important Note: In typescript projects, to use the react imports (providers and hooks) you might need your compilerOptions in tsconfig moduleResolution to be set as nodenext
The hooks are always named in the format useQuery for queries and useMutation for mutations. For APIName, you can view Niftory API docs .