Skip to main content
GET
/
platform
/
admin
/
proposals
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "transactionProposals": [
      {
        "proposalId": 123,
        "blockchainId": 123,
        "blockchainName": "<string>",
        "createdDate": "2023-11-07T05:31:56Z",
        "walletName": "<string>",
        "walletAddress": "<string>",
        "operationType": "Undefined",
        "nonce": "<string>",
        "status": "Undefined",
        "requiredSignatures": 123,
        "signaturesCollected": 123,
        "isApproveAvailable": true,
        "isExecuteAvailable": true,
        "isCancelAvailable": true
      }
    ]
  }
}

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object