🏦Tenants

API's for managing Tenants.

Create Tenant

circle-info

Requirement: Request an Auth Code from Tyga Support at [email protected] to create a Tenant Account.

Get Tenant Wallets

Fetches the wallets for a tenant.

get
Header parameters
x-api-keystringRequired

Your unique API Key.

x-api-hashstringRequired

Your API Hash.

Responses
chevron-right
200

OK

application/json
namestringOptional

The name of the wallet (e.g. "Tyga Wallet").

typestringOptional

The type of wallet (e.g. "distribution_wallet").

balancenumberOptional

The current balance of the wallet.

totalDepositednumberOptional

The total amount deposited into the wallet.

totalDistributednumberOptional

The total amount distributed from the wallet.

get
/tenant/wallets

Get Tenant Deposit Addresses

Fetches the deposit addresses for a tenant.

get
Header parameters
x-api-keystringRequired

Your unique API Key.

x-api-hashstringRequired

Your API Hash.

Responses
chevron-right
200

OK

application/json
namestringOptional

The name of the deposit address (e.g. "distribution_wallet").

addressstringOptional

The deposit address for the tenant.

networkstringOptional

The network for the deposit address.

supportedTokensstring[]Optional

The supported tokens for the deposit address.

get
/tenant/deposit-addresses

Last updated