Retry signing transactions for custodial hot wallets

post/api/v2/admin/custodialhot/retrysigntx

Request Body

ids array[string] required
The IDs of the transactions to retry signing. Valid IDs can be Pending Approval, Transfer, or Transaction Request. This can be a single ID or an array of IDs. The array can have a maximum of 20 IDs.

200 Response

processed number required
The number of ids processed
acceptedIds array[string] required
The accepted valid ids that were added to the sign queue
errors array[string] required
The errors for each id that were invalid or not added to the sign queue

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id