CDP Payments API
cURL
curl --request GET \ --url https://api.cdp.coinbase.com/platform/v2/accounts/linkable \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "accountId": "account_af2937b0-9846-4fe7-bfe9-ccc22d935114", "type": "business" } ] }
Returns a list of accounts from Coinbase Business or Coinbase Prime that can be linked to CDP for the current entity.
Successfully retrieved linkable accounts.
The list of linkable accounts.
Show child attributes
Was this page helpful?