Generate Address Validation Report
Required Parameters
typeis the type of the report. In this case, it should beaddress_validation.addressis wallet address that you want to validate.networkis the network of the wallet address.- You can try and inspect other details here (opens in a new tab).
axios.post('https://oxskyt.com.com/reports',{
type: "address_validation",
network: "ETH",
asset:"ETH",
address:"0x00000000000000"
},
{
headers:{
'X-API-KEY':'xxxxx'
}
})