KOL Feed

Realtime StalkChain KOL trading activity

Basic
Premium
Enterprise
Credit Cost

2 per message


Subscribe / Unsubscribe

// Subscribe
{
  "type": "subscribe",
  "payload": {
    "stream": "kol-feed"
  }
}
// Unsubscribe
{
  "type": "unsubscribe",
  "payload": {
    "stream": "kol-feed"
  }
}

Incoming message structure

{
    "type": "stream_data",
    "stream": "kol-feed",
    "data": {
        "timestamp": 1749704136009,
        "type": "sell",
        "kol_label": "Jidn",
        "wallet": "3h65MmPZksoKKyEpEjnWU2Yk2iYT5oZDNitGy5cTaxoE",
        "kol_avatar": "https://stalkchain.nyc3.cdn.digitaloceanspaces.com/assets/images/avatars/kol/jidn_w.jpg",
        "token_in": {
            "symbol": "新人",
            "name": "Shinjin",
            "logo": "https://ipfs.io/ipfs/bafybeigmq47oz67qtfz2ioajjlaojuutf2qnloo5kq6uccdfpptxsojtci",
            "amount": 9484645.812539998,
            "amount_string": "9.48M",
            "amount_usd": 154.834057,
            "price": 0.000016,
            "mint": "4dQNGHKTyL7dbDXbiz2KxWVSJ818tnVRtJgEmRPzpump"
        },
        "token_out": {
            "symbol": "SOL",
            "name": "Wrapped SOL",
            "logo": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png",
            "amount": 0.9687424199999999,
            "amount_string": "0.969",
            "amount_usd": 154.834057,
            "price": 159.829955,
            "mint": "So11111111111111111111111111111111111111112"
        },
        "socials": [
            {
                "type": "x",
                "handle": "jidn_w",
                "followers": 12700,
                "editedTimestamp": 1746804135308
            },
            {
                "type": "telegram",
                "handle": "JidnLosesMoney",
                "followers": null,
                "editedTimestamp": 1746804135308
            }
        ],
        "signature": "2aF4abJbX96YjH8yPioJ5jJCS8xfoWSjmKSbtWRer2enLvoVjq2JtcC3w1EoD3eErdnDzRYjmRJkD91LyfBuAGeW"
    },
    "timestamp": 1749704136054
}

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