GET
/
v1
/
portfolios
/
{portfolio_id}
/
buying_power
curl --request GET \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/buying_power
{
  "buying_power": {
    "portfolio_id": "e8bbed13-fa33-41de-86d5-4335d8f08166",
    "base_currency": "BTC",
    "quote_currency": "USD",
    "base_buying_power": "3.8533347963443316",
    "quote_buying_power": "2051207.48454132"
  }
}

Path Parameters

portfolio_id
string
required

The unique ID of the portfolio

Query Parameters

base_currency
string
required

The symbol for the base currency

quote_currency
string
required

The symbol for the quote currency

Response

200
application/json

A successful response.

The response is of type object.