Skip to main content
GET
Token - Get Dev Tokens

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 Supported blockchain chains

Available options:
sol,
eth,
bsc
devAddress
string
required

An address of a user

Query Parameters

sortBy
string

Sort field: market_cap, fdv, holders, created_at, volume_24h, price_change_24h, trades_24h

order
string

Sort order: asc or desc (default desc)

Text search in token name / symbol (case-insensitive)

minMarketCap
string

Minimum market cap in USD

maxMarketCap
string

Maximum market cap in USD

createdAfter
string

Only tokens created after this timestamp (ms)

createdBefore
string

Only tokens created before this timestamp (ms)

minHolders
string

Minimum holder count

limit
integer<int64>
default:20

Items per page (1–100)

page
integer<int64>
default:1

Page number (1-based)

Response

200 - application/json

Get Dev Tokens

Generic pagination response

data
object[]
required

Page data

endCursor
string | null

Cursor for the end of current page

Example:

"eyJpZCI6ImVuZCJ9"

hasNext
boolean

Whether there is a next page

Example:

false

hasPrev
boolean

Whether there is a previous page

Example:

false

startCursor
string | null

Cursor for the start of current page

Example:

"eyJpZCI6InN0YXJ0In0="

total
integer<int64> | null

Total number of items matching the query (not just the current page). When None, the caller should treat it as unknown (backward-compatible).

Example:

564094