Generate Report
Address/Wallet check

Generate Address Validation Report

Required Parameters
  • type is the type of the report. In this case, it should be address_validation.
  • address is wallet address that you want to validate.
  • network is 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'
    }
})