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