Reconstruct signed transaction from signature components

Reconstructs a fully signed Ethereum transaction using raw signature components (r, s, v).

This endpoint is designed for custodian services or integrators that perform the signing process
externally (generating r, s, v) and need the backend to assemble these components into a
valid RLP-encoded signed transaction string (signedTxSerialized) ready for broadcasting.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The UUID of the account.

string
required

The original unsigned RLP-encoded transaction hex string.

string
required

The 'r' component of the ECDSA signature (32 bytes hex).

string
required

The 's' component of the ECDSA signature (32 bytes hex).

string
required

The 'v' component (recovery ID + chain ID replay protection).

Responses

401

Access token or App Id is missing or invalid

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json