๐ฆTenants
API's for managing Tenants.
Production URL: https://tenants-v1-api-rdqehkur6a-ey.a.run.app
Create Tenant
Requirement: Request an Auth Code from Tyga Support at support@tygapay.com to create a Tenant Account.
Get Tenant Wallets
Fetches the wallets for a tenant.
GET/tenant/wallets
Header parameters
Response
OK
Body
namestring
The name of the wallet (e.g. "Tyga Wallet").
typestring
The type of wallet (e.g. "distribution_wallet").
balancenumber
The current balance of the wallet.
totalDepositednumber
The total amount deposited into the wallet.
totalDistributednumber
The total amount distributed from the wallet.
Request
Response
Get Tenant Deposit Addresses
Fetches the deposit addresses for a tenant.
GET/tenant/deposit-addresses
Header parameters
Response
OK
Body
namestring
The name of the deposit address (e.g. "distribution_wallet").
addressstring
The deposit address for the tenant.
networkstring
The network for the deposit address.
supportedTokensarray of string
The supported tokens for the deposit address.
Request
Response
Last updated