Generate Transaction Validation Report
Required Parameters
-
typeis the type of the report. In this case, it should betransaction_validation. -
txidis the transaction id of the transaction. -
addressis wallet address that 'to' wallet address of the transaction. So it should be the receiver's wallet address. -
directionis the your side of the transaction. It should bedepositif you are the sender of the transaction andwithdrawif you are the receiver of the transaction. -
assetis the asset of the transaction. It should be the asset of the transaction. For example, if the transaction is an Ethereum transaction, it should beETH. 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' } })