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

# GET /private/coinbase/estimate_withdrawal_fee

`GET /private/coinbase/estimate_withdrawal_fee`

Estimates the network fee for a withdrawal on the given currency and network. **Available to institutional Coinbase wallet type accounts only.**

The `network_name` parameter is not validated against `coinbase_networks`; it is passed through to the custodian. The networks available for each currency are returned by `public/get_currencies` in the `coinbase_networks` field.

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

**Scope:** `wallet:read`

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

## Query parameters

- `currency` 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR', required — Currency, i.e `"BTC"`, `"ETH"`, `"USDC"`
- `network_name` string, required

## Response `200`

Success response

- PrivateCoinbaseEstimateWithdrawalFeeResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object, required
    - `estimated_fee` string, required — Estimated network fee for the withdrawal, in the given currency
    - `estimated_fee_before_subsidy` string, required — Estimated network fee before subsidy, in the given currency
    - `expires_at` string, nullable, required — Timestamp when the fee estimate expires (RFC 3339), `null` when not provided

## Changes

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

[Change history](https://skmtc.dev/deribit/apis/deribit-api-2/changes/private/coinbase/estimate_withdrawal_fee/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)
