post https://api.kiln.fi/v1/trx/transaction/prepare
Prepare a transaction for broadcast by adding a signature to it.
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Prepare a transaction for broadcast by adding a signature to it.
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request POST \
--url https://api.kiln.fi/v1/trx/transaction/prepare \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json; charset=utf-8'
xxxxxxxxxx
{
"data": {
"signed_tx_serialized": "0a750a02238e2208b63bcc4a1991f66a40d0c1989cbf325a57083612530a34747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e467265657a6542616c616e63655632436f6e7472616374121b0a154102e07e61860efd34e1bdedcb5b485da75407d8f110c0843d70f08fb99abf321241f19adddba846d1fae9233d872048b04a7b003b7757816b5f601d2a08b00f99901b25ec8e6b906a46165a25ece7f8b9e138b755a9d5aca2c880ba8dbaaf8f8a8400"
}
}