Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/withdrawal_power
{ "withdrawal_power": { "symbol": "BTC", "amount": "2.84882377" } }
Returns the nominal quantity of a given asset that can be withdrawn based on holdings and current portfolio equity.
The unique ID of the portfolio
The currency symbol
A successful response.
The response is of type object.
object
Was this page helpful?