GetApprovedListAsk AIpost https://{network-tron}.gateway.tatum.io/wallet/getapprovedlistQuery the account address list which signed the transaction. This endpoint supports both POST and GET methods.Body Paramssignaturearray of stringsrequiredDefaults to e0bd4a60f1b3c89d4da3894d400e7e32385f6dd690aee17fdac4e016cdb294c5128b66f62f3947a7182c015547496eba95510c113bda2a361d811b829343c36501,596ead6439d0f381e67f30b1ed6b3687f2bd53ce5140cdb126cfe4183235804741eeaf79b4e91f251fd7042380a9485d4d29d67f112d5387bc7457b355cd3c4200The signature list of transactionsignature* string stringADD stringraw_datajsonrequiredDefaults to { "contract": [ { "parameter": { "value": { "amount": 1000000, "owner_address": "41A7D8A35B260395C14AA456297662092BA3B76FC0", "to_address": "415A523B449890854C8FC460AB602DF9F31FE4293F" }, "type_url": "type.googleapis.com/protocol.TransferContract" }, "type": "TransferContract" } ], "ref_block_bytes": "163d", "ref_block_hash": "77ef4ace148b05ba", "expiration": 1555664823000, "timestamp": 1555664763418 }The transaction raw data{ "contract": [ { "parameter": { "value": { "amount": 1000000, "owner_address": "41A7D8A35B260395C14AA456297662092BA3B76FC0", "to_address": "415A523B449890854C8FC460AB602DF9F31FE4293F" }, "type_url": "type.googleapis.com/protocol.TransferContract" }, "type": "TransferContract" } ], "ref_block_bytes": "163d", "ref_block_hash": "77ef4ace148b05ba", "expiration": 1555664823000, "timestamp": 1555664763418 }visiblebooleanWhether the account address format is base58checktruefalseResponse 200200Updated 5 months ago