Skip to main content
GET
SDK

SDK Example

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

wallet
string
required

Query Parameters

page
integer
default:1

Page number

limit
integer
default:250

Number of items per page (max 500, or max 100 when format=full)

Required range: x <= 500
launchpad
string

Filter by launchpad platform name. Supports comma-separated values for multiple launchpads (e.g., 'pumpfun,boop'). Single values still work as before.

Maximum string length: 100
format
enum<string>

Response format. Set to 'full' to return results as full token objects (same shape as /tokens/:token — includes token, pools, events, risk, buys, sells, txns, holders). When format=full, the max per-page limit is capped at 100.

Available options:
full

Response

200 - application/json

Successful response

total
integer
tokens
object[]