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.
The response is of type object.
object
Was this page helpful?