v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB

Derive signing payload from unsigned transaction

Create a signing payload.

post/{blockchain_id}/derive_signing_payload

Request body

unsigned_txstring required

The hex encoded unsigned transaction

sender_addressstring required

The sender address is base58 encoding

mortal_periodnumber

The number of blocks until the transaction is expired

tipnumber
noncenumber

Response

A signing payload

unsigned_txstring required

The unsigned transaction.

signing_payloadstring required

The signing payload (hex encoded)