TSS

Queries a tSS by index.

get
Responses
200
A successful response.
application/json
get
GET /zeta-chain/observer/TSS HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "TSS": {
    "tss_pubkey": "text",
    "tss_participant_list": [
      "text"
    ],
    "operator_address_list": [
      "text"
    ],
    "finalizedZetaHeight": "text",
    "keyGenZetaHeight": "text"
  }
}