Ledger Enterprise
API Documentation V2
API Documentation V2
  • Introduction
    • Getting Started
    • Overview
  • Guides
    • Authentication
    • Balance Reporting Bot
      • 1. Project setup
      • 2. Connect to revault-api
      • 3. Fetch accounts balances
      • 4. Conclusion
  • reference
    • API reference
      • Users
      • Accounts
        • Transactions
      • Groups
      • Whitelists
      • Policies
      • Entities
      • Requests
        • Generate registration challenge
        • Confirm registration challenge
        • Challenge
        • Approve
        • Reject
      • Auth
        • Token
          • Refresh
      • Permissions
        • Allowed actions
        • Resources
      • Assets
        • Currencies
        • Tokens
      • Tradelink
        • Network
          • Blueprint
    • Specification
Powered by GitBook
On this page
  1. Guides

Balance Reporting Bot

Tutorial

Let's build a small project that will fetch for fresh balances of all accounts in your Vault instance.

NOTE

This tutorial assumes that you already have API Key + API Key secret for a user having access to the target accounts in your Vault instance.

Prerequisites ​

System dependencies ​

Please first ensure that those dependencies are installed on your computer:

  • Node.js LTS (see https://nodejs.org/)

PreviousAuthenticationNext1. Project setup