List Pending Approval
Transactions
List Pending Approval
List pending transactions.
for_user=mefilters to transactions whose USD amount falls within the authority range of the caller’s role (perwithdrawal_approval_rules), and — if maker-checker is enabled — excludes transactions the caller themselves created.count_only=truereturns{"count": N}instead of the full list. Can be combined withfor_user=me.
GET
List Pending Approval
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Set to 'me' to filter to transactions the caller is authorized to approve
Return {'count': N} instead of the full list
Required range:
1 <= x <= 200Required range:
x >= 0Response
Successful Response