v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB

Compile and Broadcast an Unsigned Transaction

Compile and broadcast an unsigned EVM transaction with signature.

post/{blockchain_id}/compile_and_send

Request body

OR
OR
OR
OR
OR
OR
OR

Example request

{
  "unsigned_tx": "02ed82426880840c1a97ac847e881fdc82520894057cbbc4d1568530991088108ee48fd8b949167f843b9aca0080c0",
  "address": "0x31c129468975e4ef41135a405000e6428a399a03d023b6627eed4cb95faf19ca",
  "signature": "0x..",
  "public_key": "0x.."
}

Response

A submitted Transaction ID

idstring required

The transaction ID.

Example response

{
  "id": "0x9c8ac345b443dd10a418ea0beaa320ef233dbae5590be2a11ac090e0e9839c1c"
}