Invoke a custom transaction
Invoke any function of a smart contract
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
Parameters for a custom transaction.
The address of the contract where the transaction will occur. It can be any contract, as long as it is deployed on the same blockchain used for the current project.
An array with objects defining the operations to be executed in this transaction.
The id of the wallet that will be used to perform the transaction.
Response
The URL of the block explorer where the details of this transaction can be read.
The timestamp from when the transaction was completed.
The timestamp from when the transaction was submitted.
The id of the transaction.
An object containing the parameters used for this transaction.
Contains detailed information about the transaction receipts, including cost, messages, and operation results.
The status of the transaction on the blockchain.
created
, success
, failed
The identifier of this transaction on the blockchain.
The type of transaction.
custom
The timestamp from when the transaction was last updated.
The id of the wallet that performed the transaction.
Was this page helpful?