This API provides endpoints for interacting with smart contracts on the blockchain. It allows estimating network fees.
The request body should be in raw format and include the following parameters:
address
: The address for the contract
method
: The method to be called
parameters
: An array of parameters
abi
: An array containing the ABI of the contract or method
"YOUR_WALLET_ID"
"ADDRESS_ID"
Ethereum / Tron
The response is of type object
.
This API provides endpoints for interacting with smart contracts on the blockchain. It allows estimating network fees.
The request body should be in raw format and include the following parameters:
address
: The address for the contract
method
: The method to be called
parameters
: An array of parameters
abi
: An array containing the ABI of the contract or method
"YOUR_WALLET_ID"
"ADDRESS_ID"
Ethereum / Tron
The response is of type object
.