Data Service
Along with using the Mirai SDK, developers can make use of the data service to retreive information such as Account Balances.
Methods
Description
getAccountBalances(accountAddress: string, chainId: number, dataApiKey: string): Promise<any>getTransaction(hash: string, chainId: number, dataApiKey: string): Promise<any>;getNftsList(tokenAddress: string, chainId: number, dataApiKey: string): Promise<any>; * @param dataApiKey- Contact kanalabs to obtain the API key for authentication.Last updated