Skip to main content
GET
/
version
Get version information
curl --request GET \
  --url https://sourcify.dev/server/version
{
  "sourcifyServerVersion": "3.6.1",
  "libSourcifyVersion": "^3.0.2",
  "sourcifyCompilersVersion": "^1.0.12",
  "bytecodeUtilsVersion": "^1.3.15",
  "gitCommitHash": "755c0fcf1a2b3c4d5e6f7890abcdef1234567890"
}

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-update-sourcify-migration-issue-508-luke.mintlify.app/llms.txt

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

Response

200 - application/json

Version information

sourcifyServerVersion
string

Version of the Sourcify server

Example:

"3.6.1"

libSourcifyVersion
string

Version of @ethereum-sourcify/lib-sourcify

Example:

"^3.0.2"

sourcifyCompilersVersion
string

Version of @ethereum-sourcify/compilers

Example:

"^1.0.12"

bytecodeUtilsVersion
string

Version of @ethereum-sourcify/bytecode-utils

Example:

"^1.3.15"

gitCommitHash
string

Git commit hash the server was built from

Example:

"755c0fcf1a2b3c4d5e6f7890abcdef1234567890"