Generate Report
Address investigation

Generate Address Investigation Report

Required Parameters
  • type* is the type of the report. In this case, it should be address_investigation.
  • address* is wallet address that you want to validate.
  • asset* is the asset that you want to validate. In this case, it should be ETH.
  • tokenAddress is 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"
    }
})