---
title: "Check partner account allowances"
method: GET
path: "/profiles/partner-accounts/{profileId}/allowances"
tags: ["Partner Accounts"]
---

# Check partner account allowances

`GET /profiles/partner-accounts/{profileId}/allowances`

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.

## Path parameters

- `profileId` integer, required

## Response `200`

Live allowance state for the server-wallet child profile

- PartnerAccountAllowanceResponse
  - `profileId` integer, required — Child/server-wallet profile ID being checked
  - `partnerProfileId` integer, required — Authenticated parent partner profile ID
  - `chainId` integer, required — Chain where allowance targets were checked
  - `walletAddress` string, required — Managed server-wallet address for the child profile
  - `ready` boolean, required — True when every target is confirmed on chain
  - `summary` PartnerAccountAllowanceSummary, required
    - `total` integer, required — Total allowance target count
    - `confirmed` integer, required — Targets confirmed on chain
    - `missing` integer, required — Targets still missing
    - `submitted` integer, required — Targets submitted by the current retry response
    - `failed` integer, required — Targets whose latest live read or retry state failed
  - `targets` PartnerAccountAllowanceTarget[], required
    - `type` 'USDC_ALLOWANCE' | 'CTF_APPROVAL', required — Allowance target category
    - `tokenAddress` string, required — ERC20 or conditional-token contract address
    - `spenderOrOperator` string, required — Allowance spender or operator address
    - `label` string, required — Human-readable target label
    - `requiredFor` 'BUY' | 'SELL', required — Trading side that requires this target
    - `confirmed` boolean, required — Whether this target is confirmed on chain
    - `status` 'confirmed' | 'missing' | 'submitted' | 'failed', required — Current target status
    - `transactionId` string, nullable — Sponsored transaction ID when submitted
    - `txHash` string, nullable — Transaction hash when available
    - `userOperationHash` string, nullable — User operation hash when available
    - `retryable` boolean, required — Whether a retry request may attempt this target
    - `errorCode` string, nullable — Machine-readable failure code
    - `errorMessage` string, nullable — Human-readable failure message

## Other responses

- `400` — Invalid profile ID or non-server-wallet child profile
- `401` — Missing or invalid HMAC authentication
- `403` — Requires account_creation and delegated_signing scopes, and profileId must belong to the authenticated partner
- `404` — Partner sub-account profile not found

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/versions/f60847044e0d/schema)
