getoraclepubkey
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the compressed and full public keys for the requested DigiDollar oracle together with key validation, authorization, and local runtime status.
Body
application/json
JSON-RPC request body for the getoraclepubkey method.
jsonrpcstringrequiredJSON-RPC protocol version used by DigiByte Core RPC.
idstringrequiredClient-supplied request identifier echoed in the response.
methodstringgetoraclepubkeyrequiredDigiByte Core RPC method name.
paramsArray<integer>requiredOrdered parameters containing the numeric ID of the oracle whose public key information should be returned.
Response
200OK
Successful getoraclepubkey 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.