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

getCompanyWalletsByChain

Description

This endpoint retrieves company minter wallets by blockchain.

public getCompanyWalletsByChain(chain: VyChain, query?: VyQuery_GetCompanyWalletsByChain) : VyPromise<VyCompanyWalletBalanceDto[]>

Parameters

chain

The blockchain to filter the result by

query (optional)

Query to filter the operation results

Returns

VyPromise<VyCompanyWalletBalanceDto[]>

Last updated