Skip to content

Sign a transaction

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

Sign a transaction by its ID.

walletId
required
string format: uuid

The unique wallet ID.

Example
77a0049c-7683-45ff-956f-656f257048f7
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
walletId
required

The unique wallet ID.

string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
data
required

The binary data to be signed.

string
0xdeadbeef

The resource has been successfully created.

object
walletId
required

The unique wallet ID.

string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
signedData
required

The binary that has been signed.

string
0xdeadbeef

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error