v1
latestOpenAPI 3.1.02026-07-17373221.0 KB(Deprecated) Repository
Get the contract addresses verified on a chain (full or partial match)
Returns the verified contracts from the repository for the desired chain. Searches for full and partial matches. API is paginated. Limit must be a number between 1 and 200.
get/files/contracts/any/{chain}
Path parameters
chainstring sourcify-chainId required
Query parameters
pagenumber
limitnumber
order'asc' | 'desc'
Order of the results. Default is "asc" (earliest verified contract first)
Response
Chain is available as a full match or partial match in the repository
Example response
{
"results": [
"0x1fE5d745beABA808AAdF52057Dd7AAA47b42cFD0",
"0xE9c31091868d68598Ac881738D159A63532d12f9"
]
}