Params
get
Responses
200
A successful response.
application/json
default
An unexpected error response
application/json
get
GET /axelar/tss/v1beta1/params HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
"params": {
"key_requirements": [
{
"key_role": "KEY_ROLE_UNSPECIFIED",
"key_type": "KEY_TYPE_UNSPECIFIED",
"min_keygen_threshold": {
"numerator": "text",
"denominator": "text"
},
"safety_threshold": {
"numerator": "text",
"denominator": "text"
},
"key_share_distribution_policy": "KEY_SHARE_DISTRIBUTION_POLICY_UNSPECIFIED",
"max_total_share_count": "text",
"min_total_share_count": "text",
"keygen_voting_threshold": {
"numerator": "text",
"denominator": "text"
},
"sign_voting_threshold": {
"numerator": "text",
"denominator": "text"
},
"keygen_timeout": "text",
"sign_timeout": "text"
}
],
"suspend_duration_in_blocks": "text",
"heartbeat_period_in_blocks": "text",
"max_missed_blocks_per_window": {
"numerator": "text",
"denominator": "text"
},
"unbonding_locking_key_rotation_count": "text",
"external_multisig_threshold": {
"numerator": "text",
"denominator": "text"
},
"max_sign_queue_size": "text",
"max_simultaneous_sign_shares": "text",
"tss_signed_blocks_window": "text"
}
}