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
getAllNonFungibles
Fetch all non-fungible items
This function returns all non-fungible items for a user (of all linked wallets) that can be filtered based on secretType (optional)
venlyConnect
.
api
.
getAllNonfungibles
();
Signature
getAllNonfungibles
=
(
secretTypes
?:
SecretType
[])
:
Promise
<
WalletItems
[]
>