Skip to main content
POST
Get tokens list

Authorizations

Authorization
string
header
required

JWT token or API key

Body

application/json
filter
enum<string>
required

Sorting/filtering strategy for tokens

Available options:
trending,
new,
popular,
top_posts
Example:

"trending"

hashtag_name
string

Filter tokens by hashtag name

Example:

"defi"

limit
integer
default:20

Maximum number of tokens to return

Required range: 1 <= x <= 100
Example:

20

offset
integer
default:0

Number of tokens to skip for pagination

Required range: x >= 0
Example:

0

verified_only
boolean
default:false

Only return tokens with token_layer_id (verified)

Example:

false

Response

Successful response

success
enum<boolean>
required
Available options:
true
tokens
object[]
required
pagination
object
required

Pagination information