GET
/
v1
/
portfolios
/
{portfolio_id}
/
withdrawal_power
curl --request GET \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/withdrawal_power
{
  "withdrawal_power": {
    "symbol": "BTC",
    "amount": "2.84882377"
  }
}

Path Parameters

portfolio_id
string
required

The unique ID of the portfolio

Query Parameters

symbol
string
required

The currency symbol

Response

200
application/json

A successful response.

The response is of type object.