List pending approvals
Query parameters
Return the next batch of results, based on the nextBatchPrevId value from the previous batch.
Maximum number of results to return. If the result set is truncated, use the nextBatchPrevId value to get the next batch.
Filter by coin
[ "btc" ]
Filter by enterprise
Filter by organization
Filter by request type. The default behavior is to return all request types.
Filter by state. The default behavior is to return objects where state is awaitingSignature, pending, or pendingFinalApproval
Filter by wallet
True, if adding walletLabel to each returned pending approval associated with a wallet
If true, adds addressLabels to each returned pending approval associated with recipient's addresses
Response
OK
Example response
{
"pendingApprovals": [
{
"id": "59cd72485007a239fb00282ed480da1f",
"coin": "btc",
"wallet": "59cd72485007a239fb00282ed480da1f",
"enterprise": "59cd72485007a239fb00282ed480da1f",
"organization": "59cd72485007a239fb00282ed480da1f",
"creator": "59cd72485007a239fb00282ed480da1f",
"info": {
"transactionRequest": {
"fee": "2000000",
"recipients": [
{
"address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
"amount": "2000000"
}
],
"requestedAmount": "2000000",
"sourceWallet": "59cd72485007a239fb00282ed480da1f",
"triggeredPolicy": "59cd72485007a239fb00282ed480da1f"
}
},
"userIds": [
"59cd72485007a239fb00282ed480da1f"
],
"approvalsRequired": 1,
"addressLabels": [
{
"address": "2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS",
"label": "Bob's Hot Wallet Address",
"walletLabel": "My Wallet"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 33 revisions of this API.