Skip to main content
GET
/
files
/
{chain}
/
{address}
Get all files of a contract (full match)
curl --request GET \
  --url https://api.example.com/files/{chain}/{address}
[
  {
    "name": "<string>",
    "path": "<string>",
    "content": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-enhance-hollow-account-docs-97196.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

chain
string<sourcify-chainId>
required
address
string<address>
required

Response

Contract is available in the repository

name
string
path
string
content
string