GetSignWeight

Query the current total weight of signatures collected on a transaction — used in multi-sig flows to confirm the permission threshold is met before broadcasting.

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

This endpoint validates the complete signature set against the permission selected by the transaction. A duplicate or invalid signature, a signer outside the target permission, or a signature count greater than that permission's key count makes weight calculation fail; those permission checks predate GreatVoyage-v4.8.2. Version 4.8.2 adds the chain-wide signature-count limit and truncates signatures longer than 65 bytes to their first 65 bytes before validation. If the count exceeds the global limit, the response contains only a failure result and no transaction. Check result first, and do not interpret a default weight in a failed response as valid partial weight.


Related resources

Body Params
string

Transaction ID (hex).

boolean

If true, addresses in the request are base58 strings; otherwise hex.

raw_data
object
required

The transaction raw_data (contract, refblock*, expiration, etc.).

string

Hex-encoded protobuf of raw_data.

signature
array of strings
required

Currently collected signatures (hex, 65 bytes each). At least one required.

signature*
Response

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