Wallet Hub
Create a new Wallet Hub
This endpoint is only accessible for Agents only. If you want to create your own Hub please get in contact with us!
Request parameters
{
"name": "Your Hub Name",
"domain": "domain.tld",
"contact": "contact@domain.tld",
"support": "support@domain.tld"
}
Responses
{
"success": true,
"message": {
"name": "Your Hub Name",
"domain": "https://domain.tld",
"contact": "contact@domain.tld",
"support": "support@domain.tld",
"active": true,
"apiKey": "api_52da990g5bdg0c829db34e8c57568557fg83c524",
"created": "2024-01-12T11:32:40.579Z"
}
}
Get a Wallet Hub
Get Information's about an specific Wallet Hub. If you want more Information's like the Contact Address or API Key then please specify your API Key in the Header
Request parameters
Responses
{
"success": true,
"message": {
"name": "Your Hub Name",
"domain": "https://domain.tld",
"contact": "contact@domain.tld", // Null if no API Key entered
"support": "support@domain.tld",
"active": true,
"apiKey": "api_52da990g5bdg0c829db34e8c57568557fg83c524", // Null if no API Key entered
"created": "2024-01-12T11:32:40.579Z"
}
}
Delete a Wallet Hub
Request parameters
Responses
{}
Last modified: 11 June 2024