Arkane Widget
Arkane Widget
Home
Pricing
Your Wallet
Arkane Widget
Arkane Widget
👋 Introduction
📦 Web3 Provider
Getting Started
Power of the Widget
📦 Widget
Getting started
Initializing the widget
Retrieve user profile
Retrieve user wallets
Retrieve wallet balance
Retrieve a user account
Retrieve token balance
Retrieve non-fungible tokens
Transfer a native token
Transfer a fungible token
Transfer a non-fungible token
Sign a message
Sign an EIP712 message
Call a contract
Missing a feature?
⚙️ Widget Advanced
Initializing options
Function Reference
authenticate
checkAuthenticated
addOnTokenRefreshCallback
logout
getProfile
getAccount
linkWallets
manageWallets
unlink
getWallet
getWallets
getBalance
getTokenBalance
getTokenBalances
getNonfungibles
getNonfungiblesByAddress
getAllNonFungibles
createSigner
executeTransfer
executeTokenTransfer
executeNftTransfer
executeContract
executeGasTransfer
signMessage
signEip712
getTransactionStatus
Object Reference
🌊 Deep Dive
Authentication
Contract calls
Environments & networks
Powered by GitBook

getProfile

Fetch a user's profile

This function will return more information about the user

arkaneConnect.api.getProfile()

Signature

arkaneConnect.api.getProfile(): Promise<Profile>

Returns

Promise<Profile>

Example

arkaneConnect.api.getProfile();

Object Types

Profile
/widget-advanced/object-type-reference/profile
Previous
logout
Next
getAccount
Last updated 7 months ago
Contents
Signature
Returns
Example
Object Types