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
0ebec69f-cde5-4abf-83eb-595f8f023c80
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
walletId
required

The unique wallet ID.

string format: uuid
0ebec69f-cde5-4abf-83eb-595f8f023c80
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
0ebec69f-cde5-4abf-83eb-595f8f023c80
signedData
required

The binary that has been signed.

string
0xdeadbeef

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error