v1

latestOpenAPI 3.1.02026-07-17373221.0 KB
(Deprecated) Repository

Get the contract addresses perfectly verified on a chain

Returns the perfectly verified contracts from the repository for the desired chain. API is paginated. Limit must be a number between 1 and 200.

get/files/contracts/full/{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 in the repository

resultsstring[]

Example response

{
  "results": [
    "0x1fE5d745beABA808AAdF52057Dd7AAA47b42cFD0",
    "0xE9c31091868d68598Ac881738D159A63532d12f9"
  ]
}