Sales Information

Get sales information by contract address and type

Request

GET /api/launchpad/getSalesInfo

Parameters

Name
Description

address

string

(query)

Contract address of the sales

type

integer($int32)

(query)

Type of launchpad (0 or 1)

Responses

Response content type - application/json

Code
Description

200

Successful response

  • Example Value

{
  "contractAddress": "string",
  "owner": "string",
  "launchpadType": 0,
  "projectTemplate": "string",
  "presaleRate": 0,
  "listingRate": 0,
  "softCap": 0,
  "hardCap": 0,
  "minContribution": 0,
  "maxContribution": 0,
  "liquidityRate": 0,
  "dex": "string",
  "presaleStartTime": "2024-07-09T13:20:06.310Z",
  "presaleEndTime": "2024-07-09T13:20:06.310Z",
  "tokenLogoImage": "string",
  "tokenBannerImage": "string",
  "webSiteLink": "string",
  "instagramLink": "string",
  "facebookLink": "string",
  "youtubeLink": "string",
  "tiktokLink": "string",
  "twitterLink": "string",
  "telegramLink": "string",
  "description": "string",
  "chainId": 0,
  "isTestnet": true,
  "createdAt": "2024-07-09T13:20:06.310Z",
  "updatedAt": "2024-07-09T13:20:06.310Z"
}

400

Bad Request

  • Example Value

{
  "error": "string"
}

500

Server Internal Error

  • Example Value

{
  "error": "string"
}

Last updated