Write API
Encode a Transaction
Encodes transaction data into a format suitable for broadcasting. This function is pivotal for creating transactions that comply with the specific requirements of different blockchains. It also completes the input transaction with computed data, such as fees and max spendable amount, and performs some chain-specific validation checks on the transaction.
POST
/
api
/
transaction
/
encode
Authorizations
Authorization
string
headerrequiredBody
application/json
transaction
object
requiredResponse
200 - application/json
transaction
object
requiredstatus
object
requiredWas this page helpful?