Get smart contract initial state and parameters
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Retrieves the initial state (init) of a deployed smart contract by its address. This includes the contract’s parameters set during deployment.
Body
application/json
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredMethod name
idintegerrequiredRequest ID
paramsArray<string>requiredArray with one parameter — smart contract address
Response
200OK
Smart contract initial state retrieved successfully
400Bad Request
Invalid request
500Internal Server Error
Server error