API's for managing Tenants.
Last updated 9 months ago
Production URL:
Requirement: Request an Auth Code from NovaX Support at support@novax.money 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" ] } ]
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.
POST /tenant HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 51 { "code": "text", "name": "text", "contactEmail": "text" }
User successfully created.
{ "apiSecret": "text", "apiKey": "text", "message": "text" }