Generate Address Investigation Report
Required Parameters
type*is the type of the report. In this case, it should beaddress_investigation.address*is wallet address that you want to validate.asset*is the asset that you want to validate. In this case, it should beETH.tokenAddressis the token address that you want to validate.This parameter is optional. To verify ERC-20 and BSC tokens, you need to specify the address of the smart contract of the token that is being verified.- You can try and inspect other details here (opens in a new tab).
axios.post('https://oxskyt.com.com/reports',{
type: "address_validation",
asset:"ETH",
address:"0x0000000",
},{
headers: {
'X-API-KEY': "xxxxxx"
}
})