Venly Widget
Home
Pricing
Your Wallet
Search
⌃
K
Links
Venly Widget
Search
⌃
K
👋
Introduction
📃
Release Notes
🚀
Getting Started
🌐
Environments & Networks
Venly API
📦
Widget
Getting started
Initializing the widget
Authentication
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
Execute transaction
Sign a message
Sign an EIP712 message
Call a contract
⚙️ Widget Advanced
Wallet-Widget vs Wallet-API
Initializing options
Function Reference
addOnTokenRefreshCallback
authenticate
checkAuthenticated
createSigner
executeContract
executeGasTransfer
executeNftTransfer
executeTokenAssociation
executeTokenTransfer
executeTransfer
getAccount
getAllNonFungibles
getBalance
getBalanceByAddress
getNonfungibles
getNonfungiblesByAddress
getProfile
getTokenBalance
getTokenBalanceByAddress
getTokenBalances
getTokenBalancesByAddress
getTransactionStatus
getWallet
getWallets
importWallet
linkWallets
logout
manageWallets
readContract
unlink
signEip712
signMessage
Object Reference
📦
Alternative Web3 Libraries (EVM networks only)
web3.js
ethers.js
web3-react
web3modal (WalletConnect)
wagmi
🌊
Deep Dive
Authentication
Chain specific fields
Powered By
GitBook
getProfile
Fetch a user's profile
This function will return more information about the user
venlyConnect
.
api
.
getProfile
()
Signature
venlyConnect
.
api
.
getProfile
()
:
Promise
<
Profile
>
Returns
Promise
<
Profile
>
Example
venlyConnect
.
api
.
getProfile
();
Object Types
Profile
Previous
getNonfungiblesByAddress
Next
getTokenBalance
Last modified
1yr ago