GetCompanyWallets (ByChain)

Description

This endpoint retrieves company minter wallets by blockchain.

public static VyTask<VyCompanyWalletBalanceDto[]> GetCompanyWallets(eVyChain chain, VyQuery_GetCompanyWalletsByChain query = null)

Parameters

chain

The blockchain to filter the result by

query (optional)

Query to filter the operation results

Returns

VyTask<VyCompanyWalletBalanceDto[]>

Last updated