Table of Content
This document provides information on how to set veteran (skin app) for a wallet
[API_URL] = PRODUCTION: https://api.efixii.io
UAT: https://efixiidev-uat.azurewebsites.net
Is Veteran
Gets the veteran status of the provided wallet address..
Request – GET
[API_URL]/search/IsVeteran?wallet=[wallet]
Result
Retruns ‘true’ if the wallet has Veteran status; ‘false’ otherwise.
Set Is Veteran
Set the Veteran status of a wallet address.
Request – POST
[API_URL]/search/SetIsVeteran
object:
{
"wallet" : "[wallet]",
"enabled":1
}
Remove Is Veteran
Remove the Veteran status of a wallet address.
Request – POST
[API_URL]/search/SetIsVeteran
object:
{
"wallet" : "[wallet]",
"enabled":0
}