GetNfts (ByWalletId)
Description
This endpoint retrieves NFTs by wallet ID
public static VyTask<VyNftDto[]> GetNfts(string walletId, VyQuery_GetNftsByWalletId query = null)
Parameters
walletId
string
`ID` of the wallet
Returns
VyTask<VyNftDto[]> NFTs of wallet retrieved successfully.
Last updated