getNftsByWalletId

Description

This endpoint retrieves NFTs by wallet ID

public getNftsByWalletId(walletId: string, query?: VyQuery_GetNftsByWalletId) : VyPromise<VyNftDto[]>

Parameters

walletId

string

`ID` of the wallet

query (optional)

Query to filter the operation results

Returns

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

Last updated