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="