Home

Get SCORE API

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the API of a SCORE (contract) at the specified address, including methods and eventlogs.

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 API query.

Show child attributes
addressstring

SCORE (contract) address.

Response

200OK

Successful response containing the SCORE API.