cURL
curl --request GET \ --url https://api.example.com/files/{chain}/{address}
[ { "name": "<string>", "path": "<string>", "content": "<string>" } ]
Returns all files for the desired contract with the address and chain. Searches only for full matches.
Contract is available in the repository
Was this page helpful?