Skip to content

Sign a transaction

POST
/v2/wallet/{walletId}/sign/tx

Sign a transaction by its ID.

walletId
required
string

The unique wallet ID.

Example
e271bc5c-f870-44cd-8462-54280d0411f6
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
walletId
required

The unique wallet ID.

string
e271bc5c-f870-44cd-8462-54280d0411f6
data
required

The binary data to be signed.

string
0xdeadbeef

The resource has been successfully created.

object
walletId
required

The unique wallet ID.

string
e271bc5c-f870-44cd-8462-54280d0411f6
signedData
required

The binary that has been signed.

string
0xdeadbeef

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error