Operator bulk retry for failed deposits matching a filter
Operator-only endpoint. Retry every failed deposit for the target project that matches the supplied filter. Requires the deposit_retry API-key scope, a projectId, and at least one narrowing filter (chain, errorCode, failedAfter, failedBefore).
Documentation Index
Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication
"your-api-key"
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
^\d{4}-\d{2}\.[a-z0-9]+$"2026-04.amazon"
Body
Target user-service project id whose failed deposits should be retried.
1"proj_abc123"
Limit to a single CAIP-2 chain
^[a-z0-9]+:[a-zA-Z0-9]+$"eip155:8453"
Limit to deposits that failed with this error code
1"BRIDGE_TIMEOUT"
ISO timestamp; include only deposits updated at/after this
ISO timestamp; include only deposits updated at/before this