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 |