All Data
Get list of launchpad data with optional filters.
Request
GET /api/launchpad/alldata
Headers
Content-Type: application/json
Query Parameters
Name
Type
Description
page
integer($int32)
Page number (default = 1, maximum = 500)
limit
integer($int32)
Number of items per page (default 20, maximum = 50)
type
integer($int32)
Type of launchpad (0 or 1)
onchain
boolean
Whether to fetch on-chain data (true or false)
chain
integer($int32)
Chain ID
testnet
boolean
Whether to fetch testnet data (true or false)
filterChain
array[integer]
Chain IDs to filter by (JSON array)
Responses
Code
Description
200
Successful response
Example Value
[
{
"logo": "string",
"hardCap": 0,
"id": "string"
}
]
400
Bad Request
Example Value
{
"error": "string"
}
500
Server Internal Error
Example Value
{
"error": "string"
}
Last updated