Latest Upcoming Launchpads
Get latest upcoming launchpads by type.
Request
GET /api/launchpad/getLatestsUpcoming/{type}
Parameters
Name
Description
type
integer($int32)
(path)
Type of launchpad (0 or 1)
Responses
Response content type - application/json
Code
Description
200
Successful response
Example Value
[
{
"contractAddress": "string",
"launchpadType": 0
}
]
400
Bad Request
Example Value
{
"error": "string"
}
500
Server Internal Error
Example Value
{
"error": "string"
}
Last updated