Latest Created Launchpads

Get latest created launchpads by type.

Request

GET /api/launchpad/getLatestsCreated/{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

{
  "items": [
    {
      "contractAddress": "string",
      "launchpadType": 0
    }
  ]
}

400

Bad Request

  • Example Value

{
  "error": "string"
}

500

Server Internal Error

  • Example Value

{
  "error": "string"
}

Last updated