> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Launchpad Profile

> Full launchpad profile and aggregate metrics.<br/><br/>Available from&#58; <Badge color="green">Advanced</Badge><br/>Cost&#58; <Badge color="surface">1 credit per request</Badge>

<Note>
  Per-sale history is served via the public sales list filtered by launchpad: `/public-sales/list?launchpadIds=:id`.
</Note>


## OpenAPI

````yaml https://api.cryptorank.io/v3/documentation-json get /v3/launchpads/{id}
openapi: 3.0.0
info:
  title: Cryptorank API V3
  description: >
    # Overview


    Cryptorank Public API v3 — comprehensive cryptocurrency data for B2B clients
    and partners.


    Useful Links:

    - [API Plans](https://cryptorank.io/public-api)

    - [Dashboard](https://cryptorank.io/public-api/dashboard)


    # Getting Started


    Primary Server URL:
    [https://api.cryptorank.io/v3/](https://api.cryptorank.io/v3/)


    **Authentication**


    Generate an API key in the
    [dashboard](https://cryptorank.io/public-api/dashboard) and pass it in the
    `X-Api-Key` header.


    Keep your keys secret — never commit them to public repositories or expose
    them in client-side code.
  version: 3.0.0
  contact:
    name: Cryptorank Team
    url: https://cryptorank.io
    email: info@cryptorank.io
servers:
  - url: https://api.cryptorank.io
security: []
tags: []
paths:
  /v3/launchpads/{id}:
    get:
      tags:
        - Launchpads
      summary: Launchpad Profile
      description: >-
        **Description**


        Full launchpad profile and aggregate metrics.


        > **Note:** Per-sale history is served via the public sales list
        filtered by launchpad: `/public-sales/list?launchpadIds=:id`.


        **Access**

        - Available from: **Advanced**

        - Cost: 1 credit per request
      operationId: LaunchpadsController_getById
      parameters:
        - name: id
          required: true
          in: path
          description: Launchpad ID. Resolve via /launchpads/map
          schema:
            type: integer
            minimum: 1
            example: 12
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                required:
                  - data
                  - status
                properties:
                  data:
                    $ref: '#/components/schemas/LaunchpadByIdDto'
                  status:
                    $ref: '#/components/schemas/ResponseStatusDto'
        '400':
          description: Request validation failed
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - VALIDATION_ERROR
                        example: VALIDATION_ERROR
                      message:
                        type: string
                        example: Validation failed
                      status:
                        type: number
                        example: 400
        '401':
          description: API key is missing or invalid
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - API_KEY_MISSING
                          - API_KEY_INVALID
                        example: API_KEY_MISSING
                      message:
                        type: string
                        example: API key is missing
                      status:
                        type: number
                        example: 401
        '403':
          description: >-
            No active subscription, the endpoint is not available in your plan,
            or the request goes beyond what your plan allows
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - NO_ACTIVE_SUBSCRIPTION
                          - ENDPOINT_NOT_AVAILABLE
                          - PLAN_LIMIT_EXCEEDED
                        example: NO_ACTIVE_SUBSCRIPTION
                      message:
                        type: string
                        example: No active subscription found
                      status:
                        type: number
                        example: 403
        '404':
          description: Launchpad not found
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - NOT_FOUND
                        example: NOT_FOUND
                      message:
                        type: string
                        example: Resource not found
                      status:
                        type: number
                        example: 404
        '429':
          description: Rate limit or credit limit exceeded
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - RATE_LIMIT_EXCEEDED
                          - DAILY_CREDITS_EXCEEDED
                          - MONTHLY_CREDITS_EXCEEDED
                        example: RATE_LIMIT_EXCEEDED
                      message:
                        type: string
                        example: Rate limit exceeded
                      status:
                        type: number
                        example: 429
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                type: object
                required:
                  - error
                properties:
                  error:
                    type: object
                    required:
                      - code
                      - message
                      - status
                    properties:
                      code:
                        type: string
                        enum:
                          - INTERNAL_ERROR
                        example: INTERNAL_ERROR
                      message:
                        type: string
                        example: Internal server error
                      status:
                        type: number
                        example: 500
      security:
        - X-Api-Key: []
components:
  schemas:
    LaunchpadByIdDto:
      type: object
      properties:
        id:
          type: number
          example: 1
          description: Unique numeric identifier.
        slug:
          type: string
          example: binance-launchpad
          description: URL-friendly entity slug.
        name:
          type: string
          example: Binance Launchpad
          description: Display name.
        type:
          type: string
          enum:
            - IDO
            - IEO
            - ICO
          example: IDO
          description: Launchpad type.
        imageUrl:
          type: string
          nullable: true
          example: https://images.cryptorank.io/ido-platforms/150x150.binance.png
          description: Logo image URL (150×150). Null when no image is available.
        rank:
          type: number
          nullable: true
          example: 12
          description: Launchpad rank over the last year. Null when not ranked.
        currentRoi:
          type: number
          nullable: true
          example: 1.84
          description: >-
            Average current ROI across sales over the last year, as a multiplier
            (e.g. 1.11×). Null when not computable.
        athRoi:
          type: number
          nullable: true
          example: 7.32
          description: >-
            Average all-time-high ROI across sales over the last year, as a
            multiplier (e.g. 1.11×). Null when not computable.
        blockchains:
          example:
            - Ethereum
            - BNB Chain
          description: Supported blockchains.
          type: array
          items:
            type: string
        popularCategories:
          description: >-
            Most frequent project categories (up to 5) across sales over the
            last year.
          type: array
          items:
            $ref: '#/components/schemas/CurrencyCategoryDto'
        description:
          type: string
          nullable: true
          description: Launchpad description.
        rules:
          type: string
          nullable: true
          description: Launchpad rules.
        links:
          description: Related links — website, whitepaper, github, socials, etc.
          type: array
          items:
            $ref: '#/components/schemas/LinkDto'
        foundedDate:
          type: string
          nullable: true
          example: '2018-07-01T00:00:00.000Z'
          description: Foundation date (ISO 8601 UTC). Null when unknown.
        salesCount:
          type: number
          example: 42
          description: Number of token sales hosted over the last year.
        latestSaleDate:
          type: string
          nullable: true
          example: '2026-04-12T00:00:00.000Z'
          description: Date of the most recent sale (ISO 8601 UTC). Null when none.
        totalRaised:
          type: string
          nullable: true
          example: '12500000'
          description: >-
            Total raised across all sales over the last year, USD. Null when
            none.
        nativeTokenMarketCap:
          type: string
          nullable: true
          example: '95000000000'
          description: Native token market cap, USD. Null when no native token or unpriced.
        nativeTokenVolume24h:
          type: string
          nullable: true
          example: '1800000000'
          description: >-
            Native token 24h trading volume, USD. Null when no native token or
            unpriced.
      required:
        - id
        - slug
        - name
        - type
        - imageUrl
        - rank
        - currentRoi
        - athRoi
        - blockchains
        - popularCategories
        - description
        - rules
        - links
        - foundedDate
        - salesCount
        - latestSaleDate
        - totalRaised
        - nativeTokenMarketCap
        - nativeTokenVolume24h
    ResponseStatusDto:
      type: object
      properties:
        usedCredits:
          type: number
          example: 1
          description: Credits charged for this request
        timestamp:
          type: number
          example: 1780000000000
          description: Server time of the response. Unix timestamp in milliseconds
      required:
        - usedCredits
        - timestamp
    CurrencyCategoryDto:
      type: object
      properties:
        id:
          type: number
          example: 7
        slug:
          type: string
          example: smart-contracts
        name:
          type: string
          example: Smart Contracts
      required:
        - id
        - slug
        - name
    LinkDto:
      type: object
      properties:
        type:
          type: string
          enum:
            - referral
            - web
            - twitter
            - reddit
            - slack
            - discord
            - blog
            - github
            - gitlab
            - linkedin
            - facebook
            - google+
            - explorer
            - weibo
            - chat
            - messageboard
            - wechat
            - telegram
            - medium
            - announcement
            - youtube
            - fees
            - whitepaper
            - gitbook
            - farcaster
          example: twitter
        value:
          type: string
      required:
        - type
        - value
  securitySchemes:
    X-Api-Key:
      name: X-Api-Key
      type: apiKey
      in: header

````