CDP API v2
cURL
curl --request GET \ --url https://api.cdp.coinbase.com/platform/v2/evm/accounts \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e", "name": "my-account", "policies": [ "123e4567-e89b-12d3-a456-426614174000" ] } ], "nextPageToken": "eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ==" }
Lists the EVM accounts belonging to the developer’s CDP Project. The response is paginated, and by default, returns 20 accounts per page.
Show child attributes
Was this page helpful?