Cyberscope
  • Cyberscope
  • SERVICES
    • KYC
    • Audit
      • Audit Voucher
      • Redeem Audit Credits
  • CEX Audit
  • Penetration Testing
  • Bug Bounty
  • Development
  • API
    • Cyberscan
    • Safescan
    • Similarityscan
    • Signaturescan
    • Coinmarketcap Rating
    • Search Audit By Address
  • TOOLS
    • Cyberscan
      • Cyberscan Integrations
    • Safescan
    • Similarityscan
    • Signaturescan
  • PARTNERS
    • Launchpads
    • Listing Sites
  • IMPORTANT
    • Blog
    • Socials
    • Contact
    • Media Coverage
    • Conferences & Events
    • FAQ
      • Audit
      • KYC
  • Assets
Powered by GitBook
On this page

Was this helpful?

  1. API

Signaturescan

POST https://www.cyberscope.io/api/signaturescan

Search for event, error, and function signatures that are stored in the Cyberscope Ethereum Signature Database

Request Body

Name
Type
Description

q

String

balanceOf(address) or 0x70a08231. A method signature or a hash

```json
[
  {
    "id": "63d94fc766e71722846b29a7", // the database id of the entry
    "name": "transfer(address,uint256)", // the method signature
    "types": ["function"], // the type of the method "function|event|error"
    "signature": "0xa9059cbb2ab09eb219583f4a59a5d0623ade346d962bcd4e46b11da047c9049b", the entire signature hash
    "hash": "0xa9059cbb", // the short signature hash
    "total": 8884 // the number of contracts that this method is located
  }
]

```
PreviousSimilarityscanNextCoinmarketcap Rating

Last updated 1 year ago

Was this helpful?