Common - Vertex info
GET/info
Returns information about the Vertex, including its version, relay address, JWT identity public key, and executor version. Please note that this API response structure may evolve over time, with potential additions in future updates.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
executor_versionstringrequired
jwt_identity_pubkeystringrequired
relay_addressstringrequired
versionstringrequired
{
"executor_version": "string",
"jwt_identity_pubkey": "string",
"relay_address": "string",
"version": "string"
}