For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetNftBalances

Description

This endpoint retrieves NFTs by blockchain.

public static VyTask<VyNftBalanceDto[]> GetNftBalances(VyQuery_GetNftBalances query = null)

Parameters

query (optional)

Query to filter the operation results

Returns

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

Last updated