get https://api-pub.bitfinex.com/v2/pulse/hist
View the latest pulse messages. You can specify an end timestamp to view older messages.
Response Fields
Index | Field | Type | Description |
---|---|---|---|
[0] | PID | string | Pulse Message ID |
[1] | MTS | int | Millisecond epoch timestamp |
[ . . . ]
|
|||
[3] | PUID | string | Pulse User ID |
[ . . . ]
|
|||
[5] | TITLE | string | Title of the pulse message |
[6] | CONTENT | string | Content of the pulse message |
[ . . . ]
|
|||
[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] | ARE_COMMENTS_DISABLED | int | 1 if comments are disabled, 0 if comments are enabled |
[12] | TAGS | string[] | Tags used in the message |
[13] | ATTACHMENTS | string[] | Attachments used in the message |
[14] | META | JSON | Shows data for included charts. Values are in percentage. wlt_comp = Wallet Composition chart, acc_exposure = Portfolio Exposure Chart |
[15] | LIKES | int | Number of likes |
[ . . . ]
|
|||
[18] | PROFILE | Profile | Author of the pulse message |
[19] | COMMENTS | int | Number of comments |
[ . . . ]
|
Profile objects
Index | Field | Type | Description |
---|---|---|---|
[0] | PUID | string | Pulse User ID |
[1] | MTS | int | Millisecond epoch timestamp |
[ . . . ]
|
|||
[3] | NICKNAME | string | Pulse User nickname |
[ . . . ]
|
|||
[5] | PICTURE | string | Pulse User profile picture |
[6] | TEXT | string | Pulse User bio |
[ . . . ]
|
|||
[9] | 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 | 1 if enabled, 0 if disabled |
Rate Limit: | 90 reqs/min (requests per minute) |