Skip to main content
Defined in the Base Account SDK

Parameters

This function takes no parameters.

Returns

result
CryptoKeyAccountResult
An object containing the user’s crypto key account information or null if none exists.

Error Handling

CodeMessageDescription
4001User denied account accessUser rejected the account access request
4100SDK not initializedBase Account SDK not properly initialized
4200Session expiredUser session has expired, requires reconnection
4300Account unavailableAccount temporarily unavailable
Always check if the account exists before using it, as users may not be connected or may have disconnected.

Account State Management

Integration with Provider

Account Verification