# CryptoAccountInfoResponse : [`IdMessage`](IdMessage.md)
Request to [`CryptoAccountInfoRequest`](CryptoAccountInfoRequest.md) which contains information about crypto account.

## Properties

### `AccountInfo`
[`CryptoAccountInfo`](../manager/CryptoAccountInfo.md)<br/>
Information about crypto account.

### `ConnectionStatus`
[`CryptoExecutorAccountConnectionStatus`](../authentication/CryptoExecutorAccountConnectionStatus.md)<br/>
Status of connection to crypto execution channel.

### `messageType`
`String`<br/>
Type of message, this property is **readonly**.

## Properties ([`IdMessage`](IdMessage.md))

### `RequestId`
`Number`<br/>
Identifier of request.

## Constructors

### `new CryptoAccountInfoResponse()`
Initialize new instance of `CryptoAccountInfoResponse`.

### `new CryptoAccountInfoResponse(requestId: Number)`
Initialize new instance of `CryptoAccountInfoResponse` with with special identifier of request.
<br/><br/>Arguments:<br/>
`requestId: Number` - the identifier of request.<br/>
