Bulletins

View as MarkdownOpen in Claude

If there are urgent messages concerning exchange issues, system problems, and other trading information, the topic blt is sent along with the message argument and a unique identifier for the bulletin.

topic: String.
Returns the topic of the given request.

args: Object.
Returns the bulletins argument values.

id: String.
Returns the ID for the specific bulletin.

**message:**String.
Returns the bulletin information.

{
"topic": "blt" ,
"args": {
"id": "id" ,
"message": "message"
}
}