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 Fields

TermTypeDescription
PIDstringPulse Message ID
MTSintMillisecond timestamp
PARENT_IDstringParent pulse ID (if comment)
PUIDstringPulse User ID
TITLEstringTitle of the pulse message
CONTENTstringContent of the pulse message
POLL_DATAobjectObject with poll data
IS_PINint1 if the message is pinned, 0 if it is not pinned
IS_PUBLICint1 if the message is public, 0 if it is not public
COMMENTS_DISABLEDint1 if comments are disabled, 0 if comments are enabled
TAGSarray of stringsTags used in the message
ATTACHMENTSarray of stringsAttachments used in the message
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
LIKESintNumber of likes
UID_LIKEDintFlag to show if the private user liked the pulse

Ratelimit: 15 req/min

Language