GET
/
withdrawals
/
fee-estimate
curl --request GET \
  --url https://api.exchange.coinbase.com/withdrawals/fee-estimate \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
{
  "fee": "<string>",
  "fee_before_subsidy": "<string>"
}

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Query Parameters

currency
string
crypto_address
string
network
string

Response

200
application/json

The response is of type object.