This endpoint retrieves NFTs by wallet ID
ID
public static VyTask<VyNftDto[]> GetNfts(string walletId, VyQuery_GetNftsByWalletId query = null)
Parameters
walletId
string
`ID` of the wallet
query (optional)
VyQuery_GetNftsByWalletId
Query to filter the operation results
Returns
VyTask<VyNftDto[]> NFTs of wallet retrieved successfully.
Last updated 3 months ago