Generate Report
Transaction check

Generate Transaction Validation Report

Required Parameters
  • type is the type of the report. In this case, it should be transaction_validation.

  • txid is the transaction id of the transaction.

  • address is wallet address that 'to' wallet address of the transaction. So it should be the receiver's wallet address.

  • direction is the your side of the transaction. It should be deposit if you are the sender of the transaction and withdraw if you are the receiver of the transaction.

  • asset is the asset of the transaction. It should be the asset of the transaction. For example, if the transaction is an Ethereum transaction, it should be ETH. 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'
      }
    })