Venly Widget
Home
Pricing
Your Wallet
Search…
Venly Widget
👋
Introduction
📦
Web3 Provider
Getting Started
Power of the Widget
Switching Networks
📦
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
Execute transaction
Sign a message
Sign an EIP712 message
Call a contract
⚙️ Widget Advanced
Initializing options
Function Reference
Object Reference
Account
AuthenticationOptions
AuthenticationResult
ConstructorOptions
ContractExecutionDto
ContractReadRequest
ContractReadResponse
Eip712SignRequestDto
GasTransferRequestDto
HederaTokenAssociationRequest
ImportWalletRequest
KeycloakInstance
MessageSignRequestDto
NFT
NFTContract
NftTransferRequestDto
PopupOptions
PopupResult
Profile
SecretType
Signer
SignerResult
RedirectOptions
TokenBalance
TokenTransferRequestDto
Trait
TransferRequestDto
TxStatusResult
VenlySubProviderOptions
Wallet
WalletBalance
WalletItems
WindowMode
🌊
Deep Dive
Authentication
Chain specific fields
Environments & networks
Powered By
GitBook
Profile
Signature
1
{
2
"userId"
:
string
,
3
"hasMasterPin"
:
boolean
,
4
"username"
:
string
,
5
"email"
:
string
,
6
"firstName"
:
string
,
7
"lastName"
:
string
8
}
Copied!
Parameters
Parameter
Type
Description
userId
string
User ID of the user
hasMasterPin
boolean
Has the user a pin code
username
string
Username of the user
email
string
Email address of the user
firstname
string
First name of the user
lastname
string
Last name of the user
Example
1
{
2
"userId"
:
"davy"
,
3
"hasMasterPin"
:
true
,
4
"username"
:
"AwesomeDavy"
,
5
"email"
:
"
[email protected]
"
,
6
"firstName"
:
"Davy"
,
7
"lastName"
:
"Awesome"
8
}
Copied!
Previous
PopupResult
Next
SecretType
Last modified
1yr ago
Copy link
Contents
Signature
Parameters