v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBCreate an Unsigned Transaction
Creates an unsigned transaction for the specified blockchain. The output is raw transaction data ready for signing.
post/{blockchain_id}/create
Request body
Example request
{
"from": "0x31c129468975e4ef41135a405000e6428a399a03d023b6627eed4cb95faf19ca",
"to": "0x31c129468975e4ef41135a405000e6428a399a03d023b6627eed4cb95faf19ca",
"value": 100000,
"nonce": 5,
"data": "0xa9059cbb000000000000000000000000e6026f60efc3d0e714f1b89c596aa484ffbd25c800000000000000000000000000000000000000000303b6ae12d00504a8ed8000"
}Response
An unsigned transaction
Example response
{
"id": "0x711fbebdf0c7bcf352dbd6fa7064d12e1f0fed5ddb2e562df742252287b1f5b1",
"unsigned_tx": "02f86f0180834c4b40852096a4848082cde49495ad61b0a150d79219dcf64e1e6cc01f0b64c4ce80b844a9059cbb000000000000000000000000e6026f60efc3d0e714f1b89c596aa484ffbd25c800000000000000000000000000000000000000000303b6ae12d00504a8ed8000c0808080"
}