API References

This API is designed to allow ethical security experts racing against time to streamline and expedite their efforts in recovering the compromised funds.

Retrieve all hacker addresses

Get https://hackscan.hackbounty.io/public/hack-address.json

Your Request

curl https://hackscan.hackbounty.io/public/hack-address.json

Our Response

{
    "0221": {
        "eth": [
            "0x47666fab8bd0ac7003bce3f5c3585383f09486e2",
            "..."
        ],
        "btc": [
            "bc1qf5ljnw6knr7egy7t65fkd3xau7j7za4fskmxpg",
            "..."
        ],
        "bsc": [
            "0x9c249b3db6345367b43b2ced4c07d4ffa1fb5e11",
            "..."
        ],
        "arbi": [
            "0xc74e74fd13e5136c4f4106688fd07838cd6314f4",
            "..."
        ]
    }
}

Last updated