description | layout | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn all the detailed references of Wallet API that provide wallet detail information, including the input filters, supported chains, and output fields. |
|
The Wallet APIs deliver comprehensive data about a specific wallet address, including the domain names they own, and their on-chain social profiles (like ENS, Farcaster).
From the Wallet API it’s possible to create complex queries using nested queries, such as: Get the primary ENS, the Farcaster user name, the Farcaster connected Addresses.
Name | Type | Description |
---|---|---|
identity |
Identity! |
Identity: blockchain address, domain name, social identity |
type Wallet {
accounts: # Nested query – return ERC6551 detail information on the account (if any)
addresses: Addresses! # return addresses associated with the identity input
domains: # Nested query - allows querying domains owned by the address
identity: # return identity passed from the input
primaryDomain: # Nested query - allows returning primary domains, if applicable
socialFollowers: # Nested query - return all Farcaster followers of the wallet address
socialFollowings: # Nested query - return all Farcasater followings of the wallet address
socials: # returns social profile information related to the address
}