Checks delegated-trading allowance readiness for a partner-created server-wallet sub-account. Requires HMAC authentication with account_creation and delegated_signing scopes. Status is based on live chain reads.
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.GET /profiles/partner-accounts/:profileId/allowancesaccount_creation + delegated_signingprofileId: 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. |
| Field | Type | Description |
|---|---|---|
profileId | number | Child/server-wallet profile id being checked. |
partnerProfileId | number | Authenticated parent partner profile id. |
chainId | number | Chain where allowance targets were checked. |
walletAddress | string | Managed server-wallet address for the child profile. |
ready | boolean | true when every target is confirmed on chain. |
summary.total | number | Total target count. |
summary.confirmed | number | Targets confirmed on chain. |
summary.missing | number | Targets still missing. |
summary.submitted | number | Targets submitted by the current retry response. For GET responses this is usually 0. |
summary.failed | number | Targets whose latest live read or retry state failed. |
targets[] | array | Per-target allowance or approval state. |
| Field | Type | Description |
|---|---|---|
type | USDC_ALLOWANCE | CTF_APPROVAL | Target category. |
tokenAddress | string | ERC20 or conditional-token contract address. |
spenderOrOperator | string | Allowance spender or operator address. |
label | string | Human-readable target label. |
requiredFor | BUY | SELL | Trading side that requires this approval. |
confirmed | boolean | Whether this target is confirmed on chain. |
status | confirmed | missing | submitted | failed | Current target status. |
retryable | boolean | Whether POST /retry may attempt this target. |
transactionId | string | Optional sponsored transaction id when submitted. |
txHash | string | Optional transaction hash when available. |
userOperationHash | string | Optional user operation hash when available. |
errorCode | string | Optional machine-readable failure code, such as RPC_READ_FAILED. |
errorMessage | string | Optional human-readable failure message. |
ready=true, continue with delegated trading.missing or failed and retryable=true, call Retry Partner Account Allowances.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.
Live allowance state for the server-wallet child profile
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