Skip to Content
DocumentationREST APISigning requestsList requests (Paginated)

List signing requests (Paginated)

Gets signing requests for a specified vault in paginated form, including full details such as status and the associated transaction hash (if signed).

POST /v1/getSigningRequestList

Body
vaultUuidstring
vault_uuid is the UUID of the vault that the signingRequest was created in.
pageint64
page is the page number.
limitint64
limit is the number of signingRequests to return.
sort_order is the order of the signing requests ,o to desc,1 to asc.
Example:
{
vaultUuid: 9f5ee5fb-07f5-470c-a2ff-081e2d6d107a
page: 1
limit: 10
sortOrder: 0
}
Response
signingRequests[]SigningRequest
errorError
Example:
{
signingRequests:
error:
}

enum_types

enum mpcvault.platform.v1.GetSigningRequestListRequest.SortOrder

0
SORT_ORDER_DESC
1
SORT_ORDER_ASC
Last updated on