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