Skip to main content
GET
/
v1
/
token
/
{chain}
/
{tokenAddress}
/
traders
/
{tag}
Token - Get Token Traders
curl --request GET \
  --url https://api-dex.chainstream.io/v1/token/{chain}/{tokenAddress}/traders/{tag} \
  --header 'Authorization: Bearer <token>'
[
  {
    "address": "<string>",
    "transactionSignature": "<string>",
    "blockHash": "<string>",
    "blockHeight": 123,
    "blockSlot": 123,
    "blockTimestamp": "2023-11-07T05:31:56Z",
    "onchainCreatedAt": {},
    "tradeCount": 123,
    "tradeAmountInNative": 123,
    "tradeAmountInUsd": 123,
    "percentileRankTradeCount": 123,
    "percentileRankTradeAmountInUsd": 123,
    "rankTradeAmountInUsd": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks

Available options:
sol,
base,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
eth,
zksync,
sui
tokenAddress
string
required

An address of a token

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

tag
enum<string>
required

Token trader tag

Available options:
fresh,
sandwish,
bundle,
sniper,
dev,
pro,
insider,
kol,
bluechip

Response

200 - application/json
address
string
required

Account address

transactionSignature
string

Transaction signature (for trade tags)

blockHash
string

Block hash

blockHeight
number

Block height

blockSlot
number

Block slot

blockTimestamp
string<date-time>

Block timestamp

onchainCreatedAt
object

Onchain created at timestamp

tradeCount
number

Trade count

tradeAmountInNative
number

Trade amount in native currency

tradeAmountInUsd
number

Trade amount in USD

percentileRankTradeCount
number

Percentile rank trade count

percentileRankTradeAmountInUsd
number

Percentile rank trade amount in USD

rankTradeAmountInUsd
number

Rank trade amount in USD