v1
latestOpenAPI 3.1.02026-07-17373221.0 KB(Deprecated) Repository
(Deprecated) Get the first 200 contract addresses verified on a chain (full or partial match)
Returns the first 200 verified contracts from the repository for the desired chain. Searches for full and partial matches. This endpoint is deprecated and only retuns 200 addresses. Use /files/contracts/any/ and /files/contracts/full/ instead
get/files/contracts/{chain}
Path parameters
chainstring sourcify-chainId required
Response
Chain is available as a full match or partial match in the repository
Example response
{
"full": [
"0x1fE5d745beABA808AAdF52057Dd7AAA47b42cFD0",
"0xE9c31091868d68598Ac881738D159A63532d12f9"
],
"partial": [
"0x0000A906D248Cc99FB8CB296C8Ad8C6Df05431c9",
"0xE9c31091868d68598Ac881738D159A63532d12f9"
]
}