GetCompanyWallets
This endpoint retrieves company minter wallets by blockchain.
public static VyTask<VyPagedOrgWalletBalanceDto> GetCompanyWallets(eVyChain chain, VyQuery_GetCompanyWallets query = null)
Parameters
chain
eVyChain
The blockchain to filter the result by
Returns
VyTask<VyPagedOrgWalletBalanceDto>
Last updated