Latest Finished Launchpads
Latest Finished Launchpads API
Request
GET /api/launchpad/getLatestFinished/{type}
Parameters
Name
Description
type integer($int32)
REQUIRED
Type of launchpad (0 or 1)
Responses
Response content type - application/json
Code
Description
200
Successful response
Example Value
[
{
"contractAddress": "string",
"launchpadType": 0,
"logo": "string",
"id": "string"
}
]
400
Bad Request
Example Value
{
"error": "string"
}
500
Server Internal Error
Example Value
{
"error": "string"
}
Last updated