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