All
필터링 기준:
현금을 내 계정으로 입금하려면 어떻게 하나요?
계정 인증에 대한 도움이 필요합니다
왜 내 계정에 접근할 수 없나요?
암호화폐 출금 수수료가 있나요?
계정에 로그인하는 데 도움이 필요합니다
Organizations Beta gives institutional clients a fully functional governance layer for their Kraken accounts.
During Beta you can:
The following limitations apply during Beta and are expected to change in future releases.
Your Organization operates on the Owner's primary account. Multi-account trading — where Members operate across separate sub-accounts with independent balances — is not yet available.
What this means: All Members with trading permissions trade on the same account and share the same balances and positions.
Members can only perform operations where the platform has a defined Organization permission. The available permissions are:
Operations not listed above remain exclusive to the Organization Owner. This includes:
The Owner performs these using the same flows as before Organization creation. Other Members cannot access these operations during Beta.
Security events and audit logs for Member activity are not available during Beta. A self-service audit dashboard is planned but not yet available.
You can create custom permission configurations when assigning roles, but you cannot save a custom role as a reusable template. Each time you assign a custom role, you configure it from scratch.
When a Member uses Execute to complete an address change immediately, the system requires email confirmation. During Beta, this confirmation is always sent to the Organization Owner, not to the Member who initiated the change. Sending the confirmation to the request creator directly is planned for a future release.
During Beta, there is no public Organizations management API for member invitation, permission management, policy configuration, or policy locking. Programmatic access is limited to Service Users acting through API key permissions on supported flows.
Known differences:
Check the Kraken API documentation for the latest on supported API key operations.
If an operation you need is not yet available through your preferred channel, check the other channel or contact support for guidance.
When an account is enrolled in an Organization, the withdrawFunds EAPI response shape changes. Integrations parsing the standard shape need code updates before enrollment.
Applies only to Organization users in the extended domain. Non-Organization accounts are unchanged.
Standard response:
<code>{
"error": [],
"result": {
"refid": "FTRqeuR-9Is99qcv54n0Y0535oPXxb"
}
}</code>Organization response:
<code>{
"error": [],
"result": {
"refid": "FTcLNGa-4ZWmo4GCo8wrBNZz5v53v9",
"approval_request_id": "656a021a-1d55-42c9-853a-aea57bf5abd1"
}
}</code>Behavior:
refid is still returned at request creation and continues to identify the withdrawal.approval_request_id is added and identifies the approval request that gates this withdrawal.refid.Recommended action before enrollment:
withdrawFunds responses.approval_request_id field and to treat completion as approval-gated.The Organizations team is actively working on expanding the feature set beyond Beta. Areas under development include:
Specific timelines and availability will be communicated through official Kraken channels.