> For the complete documentation index, see [llms.txt](https://hookrank.gitbook.io/hookrank/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hookrank.gitbook.io/hookrank/public-api/endpoints/api-public-v1-uniswap-hooks-chainid-hookaddress-contract-metadata/get.md).

# 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:

```json
{
    "data": {
        "bytecode": "<some_bytecode>",
        "abi": "<some_abi>",
        "sourcecode": "<some_sourcecode>"
    }
}
```
