GET
/
v2
/
solana
/
accounts
/
{address}
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v2/solana/accounts/{address}
{
  "address": "HpabPRRCFbBKSuJr5PdkVvQc85FyxyTWkFM2obBRSvHT",
  "name": "my-account",
  "policies": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "createdAt": "2025-03-25T12:00:00Z",
  "updatedAt": "2025-03-26T12:00:00Z"
}

Path Parameters

address
string
required

The base58 encoded address of the Solana account.

Response

200
application/json

Successfully got Solana account.

The response is of type object.