Call Contract

The "Call Contract" functionality in the KrypC wallet-dev Service API allows users to interact with and execute specific functions within a deployed smart contract on the blockchain, enabling seamless integration and communication with decentralised applications.

This Call Contract Method using this method.

API Specification

Call Contract

POST https://api.krypcore.com/api/v0/devWallet/callContract

Calls Contract under the given instance.

Headers

Name
Type
Description

DappId*

String

DappId

Authorization*

String

User Auth key obtained

SubscriptionId

String

String

ChainId

String

String

Request Body

Name
Type
Description

to*

String

To Address

chainId*

String

Chain ID

method*

String

Method

params*

String

Params

contractABI*

String

ContractABI

Take a look at how you might call this method using our official libraries, or via curl

Last updated

Was this helpful?