GetApprovedList

Query the account address list which signed the transaction.

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

Starting with GreatVoyage-v4.8.2, this endpoint no longer only recovers signer addresses; it validates the complete signature set against the permission selected by the transaction. A duplicate or invalid signature, a signer outside that permission, or a signature count greater than the permission's key count fails the whole request and does not produce a partial approved_list. This version also 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 before consuming the address list.


Related resources

Body Params
signature
array of strings
required

The signature list of transaction. Example: [ "50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b" ]. Please note that when testing on this page, please enter the signature string directly into each input field. For example:
50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b

signature*
json
required

The transaction's raw_data. Example: { "data": "74657374", "contract": [ { "parameter": { "value": { "resource": "ENERGY", "frozen_balance": 5000000, "owner_address": "TUoHaVjx7n5xz8LwPRDckgFrDWhMhuSuJM"}, "type_url": "type.googleapis.com/protocol.FreezeBalanceV2Contract" }, "type": "FreezeBalanceV2Contract"}], "ref_block_bytes": "dd1a", "ref_block_hash": "51a43e706d9ac33a", "expiration": 1767844938000, "timestamp": 1767844878000 }

boolean

Optional. Set to true to format addresses in Base58; set to false for hex format. (Default: false)

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!