Get version information
Smart Contract Verification API
Get version information
Returns version information for the server and its dependencies, along with the git commit hash
GET
Get version information
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-c868785f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
Version information
Version of the Sourcify server
Example:
"3.6.1"
Version of @ethereum-sourcify/lib-sourcify
Example:
"^3.0.2"
Version of @ethereum-sourcify/compilers
Example:
"^1.0.12"
Version of @ethereum-sourcify/bytecode-utils
Example:
"^1.3.15"
Git commit hash the server was built from
Example:
"755c0fcf1a2b3c4d5e6f7890abcdef1234567890"