Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/counterparty
{ "counterparty": { "counterparty_id": "CB12345678" } }
Retrieve the counterparty ID for a given portfolio.
The portfolio ID
A successful response.
Show child attributes
The unique counterparty ID for the portfolio
"CB12345678"
Was this page helpful?