Dynamic home pagelight logodark logo
  • Explore Dynamic
  • Start Free
  • Start Free
Documentation
React SDK
React Native SDK
Flutter SDK
API Reference
Troubleshooting
Live Support
  • System Status
  • Changelog
  • React
    • Introduction to the SDK
    • Changelog
    • Configuration
    • Upgrade Guides
    • SDK/User Loading States
    • Providers and Connectors
    • UI Components
    • Hooks
      • Hooks Introduction
      • useAuthenticateConnectedUser
      • useConnectWithOtp
      • useDynamicContext
      • useDynamicEvents
      • useDynamicModals
      • useDynamicScopes
      • useEmbeddedReveal
      • useEmbeddedWallet
      • useUpgradeEmbeddedWallet
      • useExternalAuth
      • useFundWithWallet
      • useIsLoggedIn
      • useOnramp
      • useOpenFundingOptions
      • useOtpVerificationRequest
      • usePasskeyRecovery
      • useRefreshUser
      • useReinitialize
      • useSendBalance
      • useSmartWallets
      • useRpcProviders
      • useSocialAccounts
      • useSwitchNetwork
      • useSwitchWallet
      • useTokenBalances
      • useUserUpdateRequest
      • useUserWallets
      • useWalletConnectorEvent
      • useWalletItemActions
      • useWalletOptions
      • useDeleteUserAccount
    • Events
    • Handlers
    • Objects
    • Utilities
    • Examples
    Hooks

    useOpenFundingOptions

    Returns an object with the openFundingOptions method that opens the funding view of the SDK.

    This is the same view the user sees when they click the “Deposit” button in the SDK.

    const { openFundingOptions } = useOpenFundingOptions()
    
    return <button onClick={openFundingOptions}>Open funding options</button>
    

    Was this page helpful?

    useOnrampuseOtpVerificationRequest
    twitterlinkedinslack
    Powered by Mintlify