π¦Tenants
API's for managing Tenants.
Create Tenant
The Auth Code provided by NovaX to create a new tenant.
The name of the tenant.
The contact email of the tenant - typically the admin contact email.
User successfully created.
A secret for the new tenant.
A unique API Key for the new tenant.
A friendly message after a new tenant is created.
Permission denied.
Internal error.
Get Tenant Wallets
Your unique API Key.
Your API Hash.
OK
The name of the wallet (e.g. "NovaX Wallet").
The type of wallet (e.g. "distribution_wallet").
The current balance of the wallet.
The total amount deposited into the wallet.
The total amount distributed from the wallet.
Permission denied.
Internal error.
Get Tenant Deposit Addresses
Your unique API Key.
Your API Hash.
OK
The name of the deposit address (e.g. "distribution_wallet").
The deposit address for the tenant.
The network for the deposit address.
The supported tokens for the deposit address.
Permission denied.
Internal error.
Last updated