This API provides endpoints for interacting with smart contracts on the blockchain. It allows for reading contract data,
The request body should be in raw format and include the following parameters:
Parameter | Type | Required | Description |
---|---|---|---|
address | string | Yes | The address of the contract. |
method | string | Yes | The method to be called on the contract. |
parameters | array | Yes | An array of parameters to pass to the method. |
abi | array | Yes | An array containing the ABI of the contract or method. |
"YOUR_WALLET_ID"
Ethereum / Tron
The response is of type object
.