getdigidollardeploymentinfo
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns DigiDollar deployment and activation information, including deployment status, activation heights, oracle configuration, seed peers, and the current MuSig2 oracle session state. The getdigidollardeploymentinfo response has been simplified. BIP9 signaling fields are no longer returned, as the DigiDollar deployment is now represented with type "buried". The getdeploymentinfo method also reports the three DigiDollar-related deployments with type "buried".
Body
JSON-RPC request body for the getdigidollardeploymentinfo method.
jsonrpcstringrequiredJSON-RPC protocol version used by DigiByte Core RPC.
idstringrequiredClient-supplied request identifier echoed in the response.
methodstringrequiredDigiByte Core RPC method name.
paramsArray<any>requiredOrdered JSON-RPC parameters for the method.
Response
Successful getdigidollardeploymentinfo JSON-RPC response.
Bad request or invalid JSON-RPC parameters.
Missing or invalid API key.
Node or JSON-RPC server error.