Skip to main content
GET
Token - Get Token Traders

인증

Authorization
string
header
필수

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

경로 매개변수

chain
enum<string>
필수

A chain name listed in supported networks Supported blockchain chains

사용 가능한 옵션:
sol,
eth,
bsc
tokenAddress
string
필수

An address of a token

tag
enum<string>
필수

Token trader tag

사용 가능한 옵션:
fresh,
sandwish,
bundle,
sniper,
dev,
pro,
insider,
kol,
bluechip,
smart

쿼리 매개변수

cursor
string

Pagination cursor

limit
integer<int64>
기본값:20

Number of results per page

direction
enum<string>
기본값:next

Pagination direction

사용 가능한 옵션:
next,
prev

응답

200 - application/json

Get Token Traders

Generic pagination response

data
object[]
필수

Page data

endCursor
string | null

Cursor for the end of current page

예시:

"eyJpZCI6ImVuZCJ9"

hasNext
boolean

Whether there is a next page

예시:

false

hasPrev
boolean

Whether there is a previous page

예시:

false

startCursor
string | null

Cursor for the start of current page

예시:

"eyJpZCI6InN0YXJ0In0="