POST
/
transactions
/
custom

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
walletId
string
required

The ID of the wallet that will be used to perform the transaction.

contractId
string
required

The ID of the contract where the transaction will occur.

operations
object[]
required

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.