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
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"