GET

This endpoint returns a list of networks with Uniswap V4 deployments supported by HookRank. The response is formatted as "name – chainId" pairs for ease of integration:

{
    "data": [
        {
            "name": "Ethereum",
            "chainId": 1
        },
        {
            "name": "BSC Testnet",
            "chainId": 97
        },
        {
            "name": "Ethereum Sepolia",
            "chainId": 11155111
        }
    ],
    "status": "success",
    "timestamp": "2024-08-17T12:02:09.359Z"
}

Last updated