Get transaction requests ready for signature
Path parameters
Query parameters
Maximum number of results to return. If the result set is truncated, use the "nextBatchPrevId" value to get the next batch.
If provided, only the specified transaction requests will be returned.
If provided, the result will be filtered by the users wallet permissions.
If provided, only transaction requests in a particular signing stage will be returned.
Return the next batch of results, based on the "nextBatchPrevId" value from the previous batch.
Sorts by specified field, default sorting by id.
Sorts order by field in specified sort direction, default ascending.
Response
OK
Example response
{
"txRequests": [
{
"txRequestId": "123e4567-e89b-12d3-a456-426614174000",
"walletId": "59cd72485007a239fb00282ed480da1f",
"enterpriseId": "59cd72485007a239fb00282ed480da1f",
"date": "2021-01-01T00:00:00.000Z",
"createdDate": "2021-01-01T00:00:00.000Z"
}
],
"nextBatchPrevId": "585951a5df8380e0e3063e9f"
}Changes
Changed in 1 of the 20 revisions of this API.2
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○