Skip to main content
GET
/
version
Version
curl --request GET \
  --url https://relay.bayse.markets/version
{
  "version": "a1b2c3d4e5f6789012345678901234567890abcd"
}
No authentication required.

Response

version
string
Git commit SHA of the running build. Returns "unknown" if built without version info.
{
  "version": "a1b2c3d4e5f6789012345678901234567890abcd"
}