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

Documentation Index

Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt

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

No authentication required.

Response

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