KOL Feed history

The last 100 KOL transactions are stored in our cache

Basic
Premium
Enterprise
Credit Cost

3 per request

GET /api/v1/kol-feed/history

or with parameters to get a prefered amount of transactions:

GET /api/v1/kol-feed/history?limit=10&offset=0

{
    "success": true,
    "data": [
        {
            "timestamp": 1749724243768,
            "type": "sell",
            "kol_label": "jlad",
            "wallet": "private",
            "kol_avatar": "https://stalkchain.nyc3.cdn.digitaloceanspaces.com/assets/images/avatars/kol/jlad_6000.jpg",
            "token_in": {
                "symbol": "pucky",
                "name": "pucky",
                "logo": "https://ipfs.io/ipfs/bafybeiahilpljbsifriofzf7oxlw2mztzxgwki2zjej2wlt3gigtjilnia",
                "amount": 26459244.591951,
                "amount_string": "26.46M",
                "amount_usd": 555.799398,
                "price": 0.000021,
                "mint": "6yi9wDbLKxDkW7UNSyZ2BurtKn4ifBa7CrxbeiUQpump"
            },
            "token_out": {
                "symbol": "SOL",
                "name": "Wrapped SOL",
                "logo": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png",
                "amount": 3.497313538,
                "amount_string": "3.497",
                "amount_usd": 555.799398,
                "price": 158.92181,
                "mint": "So11111111111111111111111111111111111111112"
            },
            "socials": [
                {
                    "type": "x",
                    "handle": "jlad_6000",
                    "followers": 2702,
                    "editedTimestamp": 1745422712559
                }
            ],
            "signature": "private"
        },
        {
            "timestamp": 1749724239469,
            "type": "buy",
            "kol_label": "Heyitsyolo",
            "wallet": "Av3xWHJ5EsoLZag6pr7LKbrGgLRTaykXomDD5kBhL9YQ",
            "kol_avatar": "https://stalkchain.nyc3.cdn.digitaloceanspaces.com/assets/images/avatars/kol/heyitsyolo.jpg",
            "token_in": {
                "symbol": "SOL",
                "name": "Wrapped SOL",
                "logo": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png",
                "amount": 0.13300499999999982,
                "amount_string": "0.133",
                "amount_usd": 21.137395,
                "price": 158.92181,
                "mint": "So11111111111111111111111111111111111111112"
            },
            "token_out": {
                "symbol": "MAP",
                "name": "Memes as Passengers",
                "logo": "https://ipfs.io/ipfs/bafybeie45v7b7uwwbjpv333ndpwfxebw64yu2pcrvsu6hs5nfm5rcm2qla",
                "amount": 1308364.964296002,
                "amount_string": "1.31M",
                "amount_usd": 21.137395,
                "price": 0.000016,
                "mint": "E7aUkuJnneYN5LGA7ouZAsPwksNFb1tGdD7fBJUWpump"
            },
            "socials": [
                {
                    "type": "x",
                    "handle": "Heyitsyolotv",
                    "followers": 6081,
                    "editedTimestamp": 1745422733602
                }
            ],
            "signature": "3zggBaE1dL2mqM5SirsmLFCubZcvU9DUgds2HUTwcDrAawuWpwk7xETTCuvPoAL9bRZhFoZJBuPaqqMmVQtMJrRo"
        }
        // ...and so on
    ],
    "pagination": {
        "limit": 10,
        "offset": 0,
        "total": 100,
        "returned": 10
    },
    "credits_consumed": 3,
    "message": "KOL feed history retrieved successfully"
}

There are two types of KOL's. Those who have their wallet address publicly available and those that don't.

The wallets that are not public will show private as wallet and signature values.

Last updated