Vault Curators
Reject a pending vault deposit request
Curator-only endpoint that removes a queued deposit request off-chain (no on-chain settlement), recording the rejection with an optional short reason. Takes the request id and returns an acknowledgement. Requires the curator mint-and-burn permission.
POST
Reject a pending vault deposit request
Body
application/json
Response
Success
Returned by request_vault_deposit / request_vault_withdraw: the id the queued request was assigned (the user's handle for polling / cancelling).
Composite vault request id: (vault_subaccount_id, wallet, vault_nonce)
Useful as a stable dedup key across off-chain and on-chain vault events.
Related topics
Page a vault's pending deposit requestsRequest a deposit into a vaultList a wallet's pending vault requestsReject a pending vault deposit request
