Skip to main content
GET
/
v1
/
portfolios
/
{portfolio_id}
/
counterparty
Get Portfolio Counterparty ID
curl --request GET \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/counterparty
{
  "counterparty": {
    "counterparty_id": "CB12345678"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

portfolio_id
string
required

The portfolio ID

Response

200 - application/json

A successful response.

counterparty
object