Get Address Profile Analysis
Parameter
Type
Description
keyword
string
it is the address which you get profile analysis data
x-api-key
string
use api key pass it in header
Parameter
Type
Description
Theft
string
it may be true or false
Phishing
string
it may be true or false
Ransom
string
it may be true or false
Darknet Market
string
it may be true or false
{
"message": "Success",
"data": {
"Theft": "0",
"Phishing": "0",
"Ransom": "0",
"Darknet Market": "0"
},
"status": true,
"code": 200
}Last updated