Retry Partner Account Allowances
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://docs.limitless.exchange/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.- takes a short lock for the wallet
- re-checks live chain state before submitting
- submits only targets that are still missing
-
returns
submittedonly for targets this request submitted as a sponsored transaction or user operation -
Route:
POST /profiles/partner-accounts/:profileId/allowances/retry - Auth: HMAC api-token auth
-
Scopes:
account_creation+delegated_signing -
profileId: child/server-wallet profile id that belongs to the authenticated partner
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
profileId | number | Yes | Partner sub-account profile id for the server-wallet child account. |
Request body
No request body is required.Response
Returns the same shape as Check Partner Account Allowances.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.Error responses
| 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. |
429 example
409 example
Recommended flow
- Poll Check Partner Account Allowances.
- If
ready=true, continue. - If targets are
missingorfailedandretryable=true, call this endpoint. - If this endpoint returns submitted targets, poll GET again after a short delay.
- If
429, waitretryAfterSeconds. - If
409, wait briefly and call GET again.
Example
Authorizations
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.
Path Parameters
Partner sub-account profile ID for the server-wallet child account.
Body
The body is of type object.
Response
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