Sign transaction with a signature value

Add a signature to a pending transaction with a signature value. You can obtain a signature value externally from an account that you don't own, and use it to add to transactions.

Request
Security:
path Parameters
transaction-id
required
string

Pending transaction ID

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Request Body schema: application/json
Array of objects (Signature)
Responses
200

The request is successful.

400

The request is not valid.

post/v2/multisig/tx/{transaction-id}/sign
Request samples
application/json
{
  • "signatures": [
    ]
}
Response samples
application/json
{
  • "signedWeight": 4,
  • "status": "Submitted",
  • "threshold": 4,
  • "transactionHash": "0xfb1fae863da42bcefdde3d572404bf5fcb89c1809e9253d5fff7c07a4bb5210f",
  • "transactionId": "0x1a9d90d5583770cfb7bebaa3fae6f702cfeba72db09f393f6e8c2cbfcd12d1e9",
  • "weight": 3
}