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
The ID of the Account, which is a UUID prefixed by the string account_.
account_
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
The type of the Account.
prime
business
cdp
"prime"
Was this page helpful?