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