GetNftsByWalletId

Description

This endpoint retrieves NFTs by wallet ID

void GetNftsByWalletId(const FString& walletId, const FVyQuery_GetNftsByWalletId& query) const

Parameters

walletId

FString

`ID` of the wallet

query (optional)

Query to filter the operation results

Returns

void NFTs of wallet retrieved successfully.

Last updated