This module provides the central dashboard for your Partner Master Wallet. Monitor corporate liquidity, view deposit addresses, and audit all financial movements.Key capabilities:
Liquidity Management: Track real-time funds available for payouts and exchanges.
Deposit Addresses: View auto-generated crypto addresses for top-ups.
Corporate Reconciliation: Access full transaction logs for accounting and auditing.
Upon account creation, deposit addresses for supported blockchains are generated automatically. Use Get Balances as your primary tool to retrieve them.Usage:
View Deposit Addresses: The response includes wallet addresses assigned to your Master Account. Use these to top up from external sources.
Liquidity Check: Monitor total holdings across all currencies (fiat and crypto).
For use cases requiring unique deposit addresses per transaction or fund separation, use Create Wallet.Workflow:
1.
Call Create Wallet specifying currency and network.
2.
Listen for the create_wallet webhook event.
3.
Save the address from the webhook payload immediately — it cannot be retrieved later via API.
4.
Use it for the intended deposit.
Save the address immediately
Addresses generated via Create Wallet are delivered through the webhook only. They are not retrievable via API afterwards — store them in your system right away.