Similarityscan
Similarity detection of an address or source code.
Last updated
Similarity detection of an address or source code.
Last updated
POST
https://www.coinscope.co/api/search/similarity
Creates an automated audit report and similarity analysis for an address or a source code. Example: https://www.cyberscope.io/cyberscan?address=0xd41c4805a9a3128f9f7a7074da25965371ba50d5&chainId=56
Name | Type | Description |
---|---|---|
type*
String
address
or source
.
Specifies if the Cyberscan will run in a deployed address or a source code.
address
String
Applied if type=address
An EVM compatible address. e.g. 0xd41c4805a9a3128f9f7a7074da25965371ba50d5
chainId
Number
Applied if type=address
The id of the chain that the address is deployed.
1 (ETH), 56 (BSC), 137 (MATIC), 43114 (AVAX), 25 (CRO), 2000 (DOGE), 1666600000 (ONE), 250 (FTM), 1285 (MOVR), 1284 (GLMR), 42220 (CELO), 42161 (ARBITRUM), 61 (ETC), 10 (OPTIMISM), 100 (XDAI), 5 (GOERLI), 97 (BSC_TESTNET), 80001 (POLYGON_MUMBAI), 4 (RINKEBY), 3 (ROPSTEN), 42 (KOVAN), 321 (KCC), 106 (VLX)
source
String
Applied if type=source
The source code of a smart contract.