Get Asset Account By ID

Warning: This API has been deprecated. Please use Wallets. Contact your sales representative if you require additional blockchain support.

GET /assets/asset-accounts/{AssetAccountId}

Retrieves an AssetAccount by its id.

Required Permissions

NameConditions

AssetAccounts:Read

Always Required

Parameters

Path parameters

Path parameterDescription

AssetAccountId

Unique identifier of the AssetAccount like: aa-orange-magnesium-a0606d08b2

Response

Response example

If successful, the response contains a status indicating whether the Asset Account has been enabled:

{
   "assetSymbol": "ETH",
   "dateCreated": "2022-07-13T17:32:56.106Z",
   "address": "0x1686658c32862B6A29174F5de7a0bB0d66774956",
   "dateUpdate": "2022-07-13T17:32:56.106Z",
   "name": "Test account",
   "id": "aa-iowa-washington-7a99aa2fd5",
   "publicKey": "pk-alask-fille-xxxxxxxxxxxxxxxx",
   "orgId": "cu-purple-pip-1b417b958500",
   "status": "Enabled"
}

Last updated