AccountStateSubscribe

AccountStateSubscribe - subscription to receive information about account on regular interval

Example:

{"id": 11, "type":"AccountStateSubscribe", "body": {"interval": 250}}

Request Body Fields:

Parameter
Required
Type
Description

interval

int

minimal interval that should be aplied to reques information about account after last notification

Responce Type - AccountStateSubscribe.

Responce Body Fields:

Parameter
Always returned
Type
Description

interval

int

minimal interval that should be aplied to reques information about account after last notification

Example:

{"type": "AccountStateSubscribe", "id":11, "body": {"interval":"250}}

Last updated