v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Processing

Retry failed deposits for an account

Retry all failed deposits for a given account address. Authenticate with an x-api-key (write scope) or a Bearer platform token; the credential must belong to the client that registered the account.

post/deposits/retry

Headers

x-api-keystring

API key for authentication (omit when sending Authorization)

Example:your-api-key

API key for authentication (omit when sending Authorization)

authorizationstring

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Example:Bearer eyJhbGciOi...

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

x-api-versionstring

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Example:2026-04.amazon

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Request body

addressstring required

Ethereum address (0x followed by 40 hex characters)

Example request

{
  "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"
}

Response

Deposit retries initiated

messagestring required