v1

latestOpenAPI 3.1.02026-07-17373221.0 KB
Other

Get version information

Returns version information for the server and its dependencies, along with the git commit hash

get/version

Response

Version information

sourcifyServerVersionstring

Version of the Sourcify server

libSourcifyVersionstring

Version of @ethereum-sourcify/lib-sourcify

sourcifyCompilersVersionstring

Version of @ethereum-sourcify/compilers

bytecodeUtilsVersionstring

Version of @ethereum-sourcify/bytecode-utils

gitCommitHashstring

Git commit hash the server was built from

Example response

{
  "sourcifyServerVersion": "3.6.1",
  "libSourcifyVersion": "^3.0.2",
  "sourcifyCompilersVersion": "^1.0.12",
  "bytecodeUtilsVersion": "^1.3.15",
  "gitCommitHash": "755c0fcf1a2b3c4d5e6f7890abcdef1234567890"
}