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

query (optional)

Query to filter the operation results

Returns

VyTask<VyNftDto[]> NFTs of wallet retrieved successfully.

Last updated