Skip to main content

Business Dashboard

Overview

NOAH's Business Dashboard provides a streamlined interface for monitoring and managing your users and payment activities.

Key dashboard capabilities include:

  • Comprehensive transaction and customer overviews, with functionality to create API keys and webhooks.

  • Real-time balance tracking across multiple cryptocurrencies, including BTC and USDC.

  • In-depth transaction details panel showing conversion workflows, fees, and settlement information.

  • Integrated account management system for deposits, withdrawals, and customer transactions.

Business Dashboard

Create API Keys

To access NOAH's business APIs, you'll need to create an API key that serves as your unique authentication credential. This API key acts as a secure identifier that allows NOAH's systems to verify your identity, track your usage, and ensure you have the appropriate permissions to access specific endpoints and data.

Start the API key generation process by logging into the Business Dashboard and clicking API in the Configuration section in the navigation bar on the left. In the API Keys section, click Create new.

Create new API key

Once generated, this key must be included in the header of each API request you make to NOAH's services, enabling secure communication between your application and the NOAH platform while maintaining proper access control and usage monitoring.

For further details, see Quick Start.

Create Webhooks

Implementing webhooks is essential for maintaining real-time synchronization and efficient communication between your application and NOAH's business platform. Webhooks enable NOAH to automatically push notifications directly to your specified endpoints as events occur, eliminating the need for constant polling and reducing API call overhead.

Start the webhook generation process by logging into the Business Dashboard and clicking API in the Configuration section in the navigation bar on the left. In the Webhooks section, click Create new.

Create new webhook

By configuring webhooks, you ensure that your system receives immediate notifications about important events such as transaction completions, customer onboarding status changes, and fiat deposits, allowing your application to respond instantly and maintain accurate, up-to-date information. This event-driven architecture not only improves system performance and reduces latency but also ensures that your business processes can react promptly to changes in NOAH's platform, creating a more responsive and integrated user experience.

For further details, see Webhook Configuration.