post https://api.bitfinex.com/v2/auth/r/pulse/hist
Allows you to retrieve your private pulse history or the public pulse history with an additional UID_LIKED field.
Response data
Index | Field | Type | Description |
---|---|---|---|
[0...n] | PULSE_POST_ARRAY | Pulse post array | Each index contains one of the n` entries in the pulse history |
Pulse post arrays (Index [0...n])
Index | Field | Type | Description |
---|---|---|---|
[0] | PID | String | Pulse Message ID |
[1] | MTS | Int | Millisecond timestamp |
[2] | PARENT_ID | String | Parent pulse ID (if comment) |
[3] | PUID | String | Pulse User ID |
[ . . . ] | |||
[5] | TITLE | String | Title of the pulse message |
[6] | CONTENT | String | Content of the pulse message |
[7] | POLL_DATA | Object | Object with poll data |
[ . . . ] | |||
[9] | IS_PIN | Int | 1 if the message is pinned, 0 if it is not pinned |
[10] | IS_PUBLIC | Int | 1 if the message is public, 0 if it is not public |
[11] | COMMENTS_DISABLED | Int | 1 if comments are disabled, 0 if comments are enabled |
[12] | TAGS | Array of strings | Tags used in the message |
[13] | ATTACHMENTS | Array of strings | Attachments used in the message |
[14] | 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 |
[15] | LIKES | Int | Number of likes |
[16] | UID_LIKED | Int | 1 if you liked the post, 0 if you did not like the post / true or false |
[ . . . ] | |||
[18] | USER_INFO_OUTER | Array | Array containing only the USER_INFO_ARRAY |
[18][0] | USER_INFO_ARRAY | User info array | Contains data on the Pulse user |
[19] | COMMENTS | Int | Number of comments |
[20] | IS_BOOKMARED | Boolean | If the post is bookmarked |
[21] | UID_LIKED | Boolean | True if the current user liked the post |
[22] | VIEWS_TOTAL | Int | Number of views |
[23] | VIEWS_UNIQUE | Int | Number of unique views |
[ . . . ] |
User info array (Index [18][0])
Index | Field | Type | Description |
---|---|---|---|
[0] | PUID | String | Pulse User ID |
[1] | MTS | Int | Millisecond timestamp of registration |
[ . . . ] | |||
[3] | NICKNAME | String | Pulse user nickname |
[4] | DISPLAY_NAME | String | Pulse display name |
[5] | PICTURE | String | Pulse user profile picture |
[6] | TEXT | String | Pulse user bio |
[7] | ADMIN_STATUS | Null or 1 | Returns 1 for users with admin status |
[8] | TWITTER_HANDLE | String | Shows the user's Twitter handle (if available) |
[ . . . ] | |||
[11] | FOLLOWERS | Int | Number of followers |
[12] | FOLLOWING | Int | Number of users followed by this user |
[ . . . ] | |||
[16] | TIPPING_STATUS | Int | Tipping status (0 for disabled, 1 for enabled, if applicable) |
Ratelimit: 90 req/min