Usage
Include thechainId parameter in your request body:
When making API requests, use the chain ID as a string value (e.g.,
"1" for Ethereum or "56" for BNB Smart Chain).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Blockchain networks supported by the Address Security v2 endpoint
| Chain ID | Network Name |
|---|---|
| 1 | Ethereum |
| 10 | Optimism |
| 56 | BNB Smart Chain |
| 137 | Polygon |
| 143 | Monad |
| 146 | Sonic |
| 204 | opBNB |
| 324 | zkSync Era |
| 1284 | Moonbeam |
| 2741 | Abstract |
| 4663 | Robinhood Chain |
| 5000 | Mantle |
| 8453 | Base |
| 42161 | Arbitrum One |
| 42170 | Arbitrum Nova |
| 43114 | Avalanche |
| 59144 | Linea |
| 80094 | Berachain |
chainId parameter in your request body:
{
"chainId": "1",
"address": "0x..."
}
"1" for Ethereum or "56" for BNB Smart Chain).Was this page helpful?