All
Lọc theo:
Tôi có thể nạp tiền mặt vào tài khoản của mình bằng cách nào?
Tôi cần trợ giúp xác minh tài khoản
Tại sao tôi không thể truy cập vào tài khoản của mình?
Có phí rút tiền điện tử không?
Tôi cần trợ giúp để đăng nhập vào tài khoản của tôi
A Service User is an API-only operator created within your Organization for programmatic access. Service Users authenticate with API key credentials and are designed for automated integrations, such as trading bots, treasury management scripts, or internal tooling that needs to interact with your Organization's accounts.
Service Users do not represent individual people. They do not sign in to the UI, and they do not require individual KYC.
Thành viên | Service User | |
|---|---|---|
Xác thực | Individual credentials with 2FA | API key credentials |
UI login | Có | Không |
KYC required | Có | Không |
Can initiate requests | Có | Yes (via API) |
Can approve requests | Yes, except their own requests | Không |
Can execute immediately | Yes, when policy allows | Không |
Administrative access | Yes, if granted | Không |
Available workflows | Manage Access, Manage Policies, Manage Addresses, Initiate Withdrawal | Withdrawals via API (constrained by API key scopes) |
Authorization model | Organization workflow permissions (View, Initiate, Approve, Execute) | API key permissions |
A Service User's capabilities are defined by its API key permissions. Depending on the scopes granted to the key, a Service User can:
Only withdrawal operations are subject to Organization policies. All other API key operations — trading, Earn, queries, data exports — are immediate.
Important: When an Organization policy governs the Initiate Withdrawal workflow, Service Users can only initiate requests, not complete them. All other API key operations (trading, Earn, queries) execute immediately. Service Users have no administrative access and cannot approve requests.
Service Users are authorized through API key permissions, not Organization workflow permissions (View, Initiate, Approve, Execute). Each API key is configured with a set of scopes that define what the Service User can access.
Permission | What it allows |
|---|---|
Truy vấn | View balances and funding status |
Kiếm được | Allocate and deallocate Earn (staking and yield) products |
Nạp | Generate deposit addresses and view deposit history |
Rút | Submit withdrawal requests — if an Organization policy governs this workflow, the request requires Member approval (see Policy interaction) |
Permission | What it allows |
|---|---|
Truy vấn các giao dịch và lệnh mở | View currently open orders and active trades |
Truy vấn giao dịch và lệnh đã đóng | View historical orders and completed trades |
Tạo và sửa đổi lệnh | Place new orders and modify existing ones |
Hủy và đóng lệnh | Cancel open orders and close positions |
Permission | What it allows |
|---|---|
Truy vấn dữ liệu sổ cái | View transaction and ledger history |
Xuất dữ liệu | Export account data for reporting and reconciliation |
Each API key also supports the following settings:
Thiết lập | Mô tả |
|---|---|
Thời hạn của khóa API | Optional expiration date after which the key is automatically disabled |
Ngày bắt đầu truy vấn | Restrict data queries to entries after this date |
Ngày kết thúc truy vấn | Restrict data queries to entries before this date |
Cho phép kết nối WebSocket | Enable or disable real-time streaming via WebSocket |
Cửa sổ nonce tùy chỉnh | Configure a custom nonce window for replay protection |
Hạn chế địa chỉ IP hoặc phạm vi IP | Limit key usage to specific IP addresses or CIDR ranges |
API key permissions define what a Service User can access, but Organization policies override API key capabilities for withdrawal operations.
When a policy is configured for the Initiate Withdrawal workflow:
All other API key operations — placing and canceling orders, Earn allocations, queries, data exports — are immediate. They are not subject to Organization policies and do not require approval.
If no policy is configured for a workflow, the API key's permissions apply directly for that operation as well.
If the Manage Access policy requires approval, your request enters the approval queue. Once approved (or immediately completed via Execute), the Service User is created and its API key credentials are generated.
Caution: API key credentials are shown only once at creation time. Copy and store them securely. You cannot retrieve the secret after leaving the creation screen.
To change a Service User's permissions or remove it entirely, go to Manage Access, select the Service User, and submit the change. The same governance rules apply — if Manage Access requires approval, the change enters the approval queue.
See Permissions and workflows for the full list of Manage Access operations.