Query Wallets
A Wallet is the representation of a user's blockchain wallet scoped to your application. There are several ways to query for a wallet. The simplest way to get a logged-in user's wallet is with the wallet
and appUser
queries:
appUser query (and include the Wallet fragment)
The following queries are privileged APIs that can only be invoked from your application backend:
walletById - returns a Wallet by its Niftory database ID.
walletByAddress - returns a Wallet by its Niftory address.
walletByUserId - returns a Wallet for a given AppUser ID.
Last updated