LogoLogo
  • HOOKRANK
    • Introduction
  • CORE FEATURES
    • Dashboard
      • Hook List
      • Hook Details
    • Earnings Analytics
    • Gas Spendings
    • Total Value Locked
    • Transaction Volume
  • HOOKS KNOWLEDGE
    • NoOp Hooks
  • HookRank indexing
    • Events
      • Swap
      • Initialize
      • ModifyLiquidity
    • Tracked Data
  • PUBLIC API
    • Introduction
    • Endpoints
      • /api/public/v1/uniswap/hooks/networks
        • GET
      • /api/public/v1/uniswap/hooks/currencies
        • GET
      • /api/public/v1/uniswap/hooks
        • GET
      • /api/public/v1/uniswap/hooks/{{chainId}}/{{hookAddress}}
        • GET
      • /api/public/v1/uniswap/hooks/{{chainId}}/{{hookAddress}}/contract-metadata
        • GET
  • GUIDES
    • FAQs
    • How To Provide Custom Hook Integration Data
  • EXTERNAL LINKS
    • Twitter / X
    • GitHub
    • Discord
    • Brand Kit
Powered by GitBook
On this page
  1. PUBLIC API
  2. Endpoints
  3. /api/public/v1/uniswap/hooks/{{chainId}}/{{hookAddress}}/contract-metadata

GET

Security teams and developers can use this endpoint to audit hook implementations or integrate them into their systems. For instance, a security firm could automatically scan new hooks' source code for vulnerabilities.

Successful response:

{
    "data": {
        "bytecode": "<some_bytecode>",
        "abi": "<some_abi>",
        "sourcecode": "<some_sourcecode>"
    }
}
Previous/api/public/v1/uniswap/hooks/{{chainId}}/{{hookAddress}}/contract-metadataNextFAQs

Last updated 2 months ago