API's for managing Tenants.
Last updated 8 months ago
Production URL:
Requirement: Request an Auth Code from Tyga Support at support@tygapay.com to create a Tenant Account.
Your unique API Key.
Your API Hash.
GET /tenant/wallets HTTP/1.1 Host: x-api-key: text x-api-hash: text Accept: */*
OK
[ { "name": "text", "type": "text", "balance": 1, "totalDeposited": 1, "totalDistributed": 1 } ]
GET /tenant/deposit-addresses HTTP/1.1 Host: x-api-key: text x-api-hash: text Accept: */*
[ { "name": "text", "address": "text", "network": "text", "supportedTokens": [ "text" ] } ]