Operator-only endpoint. Retry every failed deposit for the target identity that matches the supplied filter. Requires the deposit_retry API-key scope, at least one of projectId / clientId (supplying both OR-matches and covers a project’s pre- and post-RHI-3857 rows in one call), 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.
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"
Target user-service project id whose failed deposits should be retried. Provide this for any deposits written after the RHI-3857 rekey. At least one of projectId / clientId is required; supplying both OR-matches (covers a project's pre- and post-rekey rows in one call).
1"proj_abc123"
Legacy keccak256(apiKey) client id. Use to target rows written before the RHI-3857 rekey; will be removed under RHI-3859.
1"0x1234..."
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