getdigidollardeploymentinfo
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns DigiDollar deployment and activation information, including BIP9 deployment status, activation heights, oracle configuration, seed peers, and the current MuSig2 oracle session state.
Body
application/json
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
200OK
Successful getdigidollardeploymentinfo JSON-RPC response.
400Bad Request
Bad request or invalid JSON-RPC parameters.
401Unauthorized
Missing or invalid API key.
500Internal Server Error
Node or JSON-RPC server error.