Cyberscope
Search
K
Comment on page

Cyberscan

A convenient tool that helps investors to quickly gain insight into a given project
post
https://www.coinscope.co/api/search/cyberscan
Cyberscan V2
This API endpoint provides detailed information about an address, including automated smart contract audit and security analysis. By submitting a POST request to this endpoint, users can retrieve comprehensive data related to the project's audit scores, smart contract details, market performance, social media presence, and more.
The request body must contain the contract's address (address), and either the network identifier (network) or the chain id (chainId) that the address is deployed.
Request body example: { "address": "0xd41c4805a9a3128f9f7a7074da25965371ba50d5", "network": "BSC" }
Rate Limit
The endpoint has a rate limit of 10 calls/minute, you may get a key for unrestricted access by contacting us at @raf_cyberscope.
Parameters
Header
x-api-key
String
Include the API key in the header of your API requests to authenticate and authorize access without rate limits.
Body
address*
String
An EVM compatible address. e.g. 0xd41c4805a9a3128f9f7a7074da25965371ba50d5
chainId
Number
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), 8217 (KLAY)
network
String
The network identifier that the address is deployed. ETH, BSC, MATIC, AVAX, CRO, DOGE, ONE, FTM, MOVR, GLMR, CELO, ARBITRUM, ETC, OPTIMISM, XDAI, GOERLI, BSC_TESTNET, POLYGON_MUMBAI, RINKEBY, ROPSTEN, KOVAN, KCC, VLX, KLAY
Responses
200: OK
The response contains comprehensive data related to the project's audit scores, smart contract details, market performance, social media presence, and more.
400: Bad Request
If the address does not belong to an ERC20 applicable coin
403: Forbidden
Access is forbidden due to an invalid API_KEY. Please provide a valid API key for authorization.
429: Too Many Requests
Too many requests. The allowed limit for API calls has been exceeded.
500: Internal Server Error
In the event of an internal server error, a status 500 response will be returned. Please contact our support team to investigate and resolve the issue promptly.
post
https://www.coinscope.co/api/search/contract
Cyberscan V1 (Deprecated)
Last modified 1d ago