Pulse Write

Allows you to write Pulse messages

Formatting

  • Title and Content should be strings (no HTML content allowed).
  • Content field can be formatted using markdown.
  • Images can be added to the body using the base64 format.

Response data

Index Field Type Description
[0]PIDStringPulse Message ID
[1]MTSIntMillisecond timestamp
[2]PARENT_IDStringParent pulse ID (if comment)
[3]PUIDStringPulse User ID
[ . . . ]
[5]TITLEStringTitle of the pulse message
[6]CONTENTStringContent of the pulse message
[7]POLL_DATAObjectObject with poll data
[ . . . ]
[9]IS_PINInt1 if the message is pinned, 0 if it is not pinned
[10]IS_PUBLICInt1 if the message is public, 0 if it is not public
[11]COMMENTS_DISABLEDInt1 if comments are disabled, 0 if comments are enabled
[12]TAGSArray of stringsTags used in the message
[13]ATTACHMENTSArray of stringsAttachments used in the message
[14]METAArray of objectsShows data for included charts. Values are in percentage and add up to 100. wlt_comp = Wallet Composition chart, acc_exposure = Portfolio Exposure Chart
[15]LIKESIntNumber of likes
[16]UID_LIKEDIntFlag to show if the private user liked the pulse
[ . . . ]

Ratelimit: 15 req/min

Language