Invoke custom transactions
Invoke any functions of a smart contract
POST
/
transactions
/
custom
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
The ID of the wallet that will be used to perform the transaction.
The ID of the contract where the transaction will occur.
An array with objects defining the operations to be executed in this transaction.
Response
200 - application/json
The transaction hash of the transfer.
Was this page helpful?