diff --git a/snippets/appkit/shared/appkit-pay-react.mdx b/snippets/appkit/shared/appkit-pay-react.mdx index 25baf835b..299eb72c7 100644 --- a/snippets/appkit/shared/appkit-pay-react.mdx +++ b/snippets/appkit/shared/appkit-pay-react.mdx @@ -195,6 +195,12 @@ This setup allows you to safely verify both positive and negative exchange flows ## Hooks + +All the pay with exchanges hooks must be imported from `@reown/appkit-pay/react`. For example: +```tsx +import { useAvailableExchanges } from '@reown/appkit-pay/react'; +``` + ### useAvailableExchanges Fetches and manages the state for available exchanges.