Influencer Rank/Score History (Twitter ID)

Retrieve Influencer Rank/Score History

GET https://api.hive.one/v1/influencers/id/:twitter_id/history/

This endpoint allows you to get the Rank/Score history for an influencer using their twitter_id

Path Parameters

NameTypeDescription

twitter_id

number

Twitter ID of the influencer

Query Parameters

NameTypeDescription

rank_type

string

Options: all, personal Default: all

Headers

NameTypeDescription

Authentication

string

Authentication token

{
    "data": {
        "twitterId": "1469101279",
        "screenName": "aantonop",
        "history": {
            "edges": [
                {
                    "name": "Bitcoin",
                    "abbr": "BTC",
                    "imageUrl": "/static/assets/icons/BTC_100.png",
                    "history": {
                        "edges": [
                            {
                                "score": 624.497478593975,
                                "rankedAt": 1574645887,
                                "rank": null,
                                "changeReason": {
                                    "changeAmount": 2.2037475495020544,
                                    "followers": [
                                        {
                                            "score": 48.8006315967147,
                                            "twitterId": "1954873273",
                                            "name": "TOXIC Bitcoin Maximalist 🐂🗝️⚡",
                                            "screenName": "JimJones1913",
                                            "imageUrl": "https://pbs.twimg.com/profile_images/1123233933968203777/qs-x8-Jm.png",
                                            "rank": 1031,
                                            "activity": {
                                                "follow": true,
                                                "activityAt": 1574649175
                                            }
                                        }
                                    ]
                                }
                            },
                        ]
                    },
                    "score": 605.044795227843
                },
                {
                    "name": "Ripple",
                    "abbr": "XRP",
                    "imageUrl": "/static/assets/icons/XRP_100.png",
                    "history": {
                        "edges": [
                            {
                                "score": 269.005824008715,
                                "rankedAt": 1575857179,
                                "rank": null,
                                "changeReason": {
                                    "changeAmount": 0.30641816154195567,
                                    "followers": []
                                }
                            },
                        ]
                    },
                    "score": 269.005824008715
                },
                {
                    "name": "Ethereum",
                    "abbr": "ETH",
                    "imageUrl": "/static/assets/icons/ETH_100.png",
                    "history": {
                        "edges": [
                            {
                                "score": 624.145184319626,
                                "rankedAt": 1575855725,
                                "rank": 8,
                                "changeReason": {
                                    "changeAmount": 1.2413809950299992,
                                    "followers": []
                                }
                            },
                        ]
                    },
                    "score": 624.145184319626
                },
                {
                    "name": "Crypto",
                    "abbr": "Crypto",
                    "imageUrl": "/static/assets/icons/Crypto_100.png",
                    "history": {
                        "edges": [
                            {
                                "score": 619.106314757857,
                                "rankedAt": 1575858004,
                                "rank": 1,
                                "changeReason": {
                                    "changeAmount": 3.123262113778992,
                                    "followers": []
                                }
                            },
                        ]
                    },
                    "score": 619.106314757857
                }
            ]
        }
    }
}

Last updated