GetApprovedList

从一笔多签交易中恢复出所有签名者的地址列表——用于查看当前已有哪些参与方签字。

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

从一笔多签交易中恢复出所有签名者的地址列表。用于查看当前已有哪些参与方签字。


相关资源

Body Params
signature
array of strings
required

交易的签名列表。示例:[ "50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b" ]。请注意,在此页面测试时,请将签名字符串直接填入各输入框。例如:
50a252d1ffd1cf902fe4f7a3986697adf26a37c8193a86ce9ccc76adf5c05d26166c5e90d470a13708c48a76a766d2b2c68ffd733451ff1315040fb526e7ccde1b

signature*
json
required

交易的 raw_data。示例:{ "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

可选。设置为 true 时地址以 Base58 格式返回;设置为 false 时以 hex 格式返回。(默认:false

Response

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