Data Service

Along with using the Mirai SDK, developers can make use of the data service to retreive information such as Account Balances.

For making these api-calls, you’ll need to get a data service api key.

Without passing one in, there is a default key which is very heavily rate limited.

MethodsDescription

Returns the Account Balance.

Returns details about a transaction.

Returns a list of NFTs that the account owns.

 * @param dataApiKey- Contact kanalabs to obtain the API key for authentication.

Last updated