Skip to content

Commit

Permalink
Update site/docs/pages/hooks/use-token-details.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schlabach <[email protected]>
  • Loading branch information
alessey and dschlabach authored Jan 28, 2025
1 parent f6ab430 commit 5320651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/pages/hooks/use-token-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The `useTokenDetails` hook implements the `getTokenDetails` API, returning the data required to view an NFT.

It is implemented with [useQuery](https://tanstack.com/query/latest/docs/framework/react/reference/useQuery) from `@tanstack/react-query`, and returns a `UseQueryResult` object. Allowing you to pass through all the `@tanstack/react-query` options.
It is implemented with [useQuery](https://tanstack.com/query/latest/docs/framework/react/reference/useQuery) from `@tanstack/react-query`, and returns a `UseQueryResult` object, allowing you to pass through all `@tanstack/react-query` options.

Before using them, make sure to obtain a [Client API Key](https://portal.cdp.coinbase.com/projects/api-keys/client-key) from Coinbase Developer Platform.

Expand Down

0 comments on commit 5320651

Please sign in to comment.