cURL
curl --request GET \ --url https://api.example.com/files/contracts/{chain}
{ "full": [ "<string>" ], "partial": [ "<string>" ] }
Returns all verified contracts from the repository for the desired chain. Searches for full and partial matches.
Chain is available as a full match or partial match in the repository
Was this page helpful?