Account balances

APIs providing information about token balances on the account.

  • /networks/{network}/accounts/{address} — returns basic account information.

  • /networks/{network}/accounts/{name}/balance — returns account balance including ERC20 tokens.

  • /networks/{network}/accounts/{name}/nfts — lists all NFTs owned by the account.

More information can be found in Swagger documentation.

Last updated