---
title: "GET /private/set_coinbase_subaccount_withdrawals_allowed"
method: GET
path: "/private/set_coinbase_subaccount_withdrawals_allowed"
tags: ["Wallet", "Private"]
---

# GET /private/set_coinbase_subaccount_withdrawals_allowed

`GET /private/set_coinbase_subaccount_withdrawals_allowed`

Allows or disallows withdrawals from subaccounts. Can be called only by the main account; subaccounts receive a `forbidden` error. The setting applies to Coinbase wallet type withdrawals — when disabled, `private/withdraw` requests from subaccounts of a Coinbase wallet type account are rejected.

**📖 Related Article:** [Managing Withdrawals](https://docs.deribit.com/articles/managing-withdrawals-api)

**Scope:** `wallet:read_write`

[Try in API console](https://test.deribit.com/api_console?method=%2Fprivate%2Fset_coinbase_subaccount_withdrawals_allowed)

## Query parameters

- `enabled` boolean, required

## Response `200`

Success response

- PrivateSetCoinbaseSubaccountWithdrawalsAllowedResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `enabled` boolean, required — Whether subaccount withdrawals are allowed

## Changes

- **2026-09-01** `f1c92835a183` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/deribit/apis/deribit-api-2/changes/private/set_coinbase_subaccount_withdrawals_allowed/get.md)

---

[API](https://skmtc.dev/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.dev/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/revisions/f1c92835a183/schema)
