Skip to content

Commit

Permalink
update_3
Browse files Browse the repository at this point in the history
  • Loading branch information
lgsurith authored Nov 3, 2023
1 parent 53a2b96 commit 5cabeea
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,53 @@
# Dirty-Moni-Detector
### API LINK : https://dirtyapi.replit.app/

## API Reference:
### Path : `/api/<wallet_add>`
### Output :
```json
{
"Address": "string",
"Avg min between received tnx": "float",
"Avg min between sent tnx": "float",
"AvgValSent": "float",
"AvgValueReceived5Average": "float",
"AvgValueSentToContract": "int",
"ERC20AvgTimeBetweenRec_Tnx": "float",
"ERC20AvgTimeBetweenSent_Tnx": "float",
"ERC20AvgVal_Rec": "float",
"ERC20AvgVal_Sent": "float",
"ERC20MaxVal_Rec": "float",
"ERC20MaxVal_Sent": "float",
"ERC20MinVal_Rec": "float",
"ERC20MinVal_Sent": "float",
"ERC20MostRecTokenType": "string",
"ERC20MostSentTokenType": "string",
"ERC20TotalEtherSentContract": "float",
"ERC20TotalEther_Received": "float",
"ERC20TotalEther_Sent": "float",
"ERC20UniqRecContractAddr": "int",
"ERC20UniqRecTokenName": "int",
"ERC20UniqRec_Addr": "int",
"ERC20UniqSentTokenName": "int",
"ERC20UniqSent_Addr": "int",
"MaxValSent": "float",
"MaxValueReceived": "float",
"MaxValueSentToContract": "float",
"MinValSent": "float",
"MinValueReceived": "float",
"MinValueSentToContract": "float",
"NumberofCreated_Contracts": "int",
"Received_tnx": "int",
"Sent_tnx": "int",
"Time Diff between first and_last (Mins)": "float",
"TotalERC20Tnxs": "int",
"TotalEtherBalance": "float",
"TotalEtherReceived": "float",
"TotalEtherSent": "float",
"TotalEtherSent_Contracts": "float",
"TotalTransactions": "int",
"UniqueReceivedFrom_Addresses": "int",
"UniqueSentTo_Addresses20": "int"
}

```

0 comments on commit 5cabeea

Please sign in to comment.