listoracle
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Lists local oracle runtime status and local oracle configuration state for the current node or wallet context.
Body
application/json
JSON-RPC request body for the listoracle 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. Parameter 0: Optional local oracle ID to inspect. If omitted, all local oracle instances are listed.
Response
200OK
Successful listoracle 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.