Home

Call SCORE method

POST
https://icx.nownodes.io/api/v3

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Executes a read-only call to a SCORE method without creating a transaction.

Body

application/json

JSON-RPC request object

jsonrpcstringrequired

JSON-RPC protocol version.

idintegerrequired

Unique identifier for the JSON-RPC request.

methodstringrequired

JSON-RPC method name.

paramsobjectrequired

Parameters for SCORE call.

Show child attributes
fromstring

Address of the caller.

tostring

SCORE address to call.

dataTypestring

Type of data payload.

dataobject

Call data for SCORE method.

Show child attributes
methodstring

Name of the SCORE method to call.

paramsobject

Parameters passed to the SCORE method.

Show child attributes
_ownerstring

Address whose balance is requested.

Response

200OK

Successful response containing the result of the SCORE method call.