Partner Accounts
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.
post/profiles/partner-accounts/{profileId}/allowances/retry
Path parameters
profileIdinteger required
Partner sub-account profile ID for the server-wallet child account.
Request body
object required
Response
Allowance state after retry submission attempts
Example response
{
"profileId": 4543,
"partnerProfileId": 4430,
"chainId": 84532,
"walletAddress": "0x1a665817f063Ee15C6C2c05D4315982145825C3D",
"summary": {
"total": 10,
"confirmed": 2,
"submitted": 8
},
"targets": [
{
"type": "USDC_ALLOWANCE",
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"spenderOrOperator": "0x54d696A602343063000B25a51734E3BbE0Ec80a2",
"label": "ctf-exchange",
"requiredFor": "BUY",
"status": "submitted",
"transactionId": "tx_abc123",
"txHash": "0xabc123...",
"userOperationHash": "0xdef456...",
"retryable": true,
"errorCode": "RPC_READ_FAILED"
}
]
}