Retries delegated-trading allowance recovery for a partner-created server-wallet sub-account. The retry takes a short wallet lock, re-checks live chain state, and submits only targets still missing. A submitted target means this retry request submitted a sponsored transaction or user operation.
Documentation Index
Fetch the complete documentation index at: https://limitless-docs-ws-settlement-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
account_creation and delegated_signing scopes. API key auth and Privy auth are not accepted.submitted only for targets this request submitted as a sponsored transaction or user operation
POST /profiles/partner-accounts/:profileId/allowances/retry
account_creation + delegated_signing
profileId: child/server-wallet profile id that belongs to the authenticated partner
| Parameter | Type | Required | Description |
|---|---|---|---|
profileId | number | Yes | Partner sub-account profile id for the server-wallet child account. |
submitted does not mean the target is already confirmed on chain. It means this retry request submitted a sponsored transaction or user operation. Poll the GET endpoint again after a short delay.| Status | Meaning | Partner action |
|---|---|---|
429 | Retry is rate limited. Response includes retryAfterSeconds. | Wait retryAfterSeconds, then call GET again. |
409 | Another retry is already running for this wallet. | Wait briefly, then call GET again. |
ready=true, continue.missing or failed and retryable=true, call this endpoint.429, wait retryAfterSeconds.409, wait briefly and call GET again.Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Partner sub-account profile ID for the server-wallet child account.
The body is of type object.
Allowance state after retry submission attempts
Child/server-wallet profile ID being checked
4543
Authenticated parent partner profile ID
4430
Chain where allowance targets were checked
84532
Managed server-wallet address for the child profile
"0x1a665817f063Ee15C6C2c05D4315982145825C3D"
True when every target is confirmed on chain
false