Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions snippets/appkit/shared/appkit-pay-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading