cURL
curl --request GET \ --url https://api.example.com/files/tree/any/{chain}/{address}
{ "status": "<string>", "files": [ "<string>" ] }
Returns repository URLs for every file in the source tree for the desired chain and address. Searches for full and partial matches.
Contract is available
Was this page helpful?