getConnectedAccountsNet
Use the function to get Connected Accounts list.
getConnectedAccountsNet
is a core function in our Connected Accounts system. By fetching a user’s linked identities—spanning NEAR (Testnet/Mainnet), Ethereum, Twitter, and GitHub—it empowers developers to unify multiple accounts into a single, verifiable network. This capability fuels seamless onboarding, improved trust, and a streamlined user experience across decentralized applications, driving adoption and positioning our platform as a foundational layer in Web3 identity management.
Example of use in NEAR Components
Parameters
Parameter | Type | Description |
---|---|---|
accountId | string | Account ID |
origin | "near/testnet" , "near/mainnet" , "ethereum" , "twitter" , "github" | Account Origin |
Returns
Type | Description |
---|---|
Promise<string[] | null> | Connected Accounts list |
Return example
By harnessing getConnectedAccountsNet, you eliminate fragmentation across blockchain ecosystems and social networks, allowing users to interact with decentralized applications under a single, streamlined profile. This unified approach to Web3 identity helps drive user acquisition and engagement, showcasing a scalable, user-centric infrastructure designed for the next generation of decentralized applications.