In this section, we will retrieve a list of pending transaction requests. This allows us to verify if any transactions are currently in the pending stage.

Get All Pending Requests

Example Request Body

{
      "wallet":{
        "coin": "eth",
        "walletId":1
    }
}

Get Pending request by Sequence Id

Example Request Body

{
      "wallet":{
        "coin": "eth",
        "walletId":1
    },
    "transaction":{
        "sequenceId":"73d4bc23-1283-ef19-fbc3-7f45c7590744"
    }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!