post https://api.bitfinex.com/v2/auth/w/pulse/add
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
Term | Type | Description |
---|---|---|
PID | string | Pulse Message ID |
MTS | int | Millisecond timestamp |
PARENT_ID | string | Parent pulse ID (if comment) |
PUID | string | Pulse User ID |
TITLE | string | Title of the pulse message |
CONTENT | string | Content of the pulse message |
POLL_DATA | object | Object with poll data |
IS_PIN | int | 1 if the message is pinned, 0 if it is not pinned |
IS_PUBLIC | int | 1 if the message is public, 0 if it is not public |
COMMENTS_DISABLED | int | 1 if comments are disabled, 0 if comments are enabled |
TAGS | array of strings | Tags used in the message |
ATTACHMENTS | array of strings | Attachments used in the message |
META | array of objects | Shows data for included charts. Values are in percentage and add up to 100. wlt_comp = Wallet Composition chart, acc_exposure = Portfolio Exposure Chart |
LIKES | int | Number of likes |
UID_LIKED | int | Flag to show if the private user liked the pulse |
Ratelimit: 15 req/min