> ## 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.

# Funds List with Metrics

> Returns a list of funds with aggregated portfolio and activity metrics.<br/><br/>Available from&#58; <Badge color="green">Advanced</Badge><br/>Cost&#58; <Badge color="surface">1 credit per request</Badge>



## OpenAPI

````yaml https://api.cryptorank.io/v3/documentation-json get /v3/funds/list
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/funds/list:
    get:
      tags:
        - Funds
      summary: Funds List with Metrics
      description: |-
        **Description**

        Returns a list of funds with aggregated portfolio and activity metrics.

        **Access**
        - Available from: **Advanced**
        - Cost: 1 credit per request
      operationId: FundsController_getList
      parameters:
        - name: page
          required: false
          in: query
          description: Page number (1-based). Returns up to 100 items per page.
          schema:
            minimum: 1
            maximum: 1000
            default: 1
            type: number
        - name: currencyId
          required: false
          in: query
          description: Filter to funds that invested in this coin (coin id).
          schema:
            example: 28
            type: number
        - name: tier
          required: false
          in: query
          description: Comma-separated fund tiers (1–5).
          schema:
            example: 1,2
            type: string
        - name: sortBy
          required: false
          in: query
          description: Sort field.
          schema:
            default: id
            type: string
            enum:
              - id
              - retailRoi
              - fundingRoundsCount
              - leadInvestmentsCount
        - name: sortOrder
          required: false
          in: query
          description: Sort direction.
          schema:
            default: desc
            type: string
            enum:
              - asc
              - desc
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                required:
                  - data
                  - meta
                  - status
                properties:
                  data:
                    type: array
                    items:
                      $ref: '#/components/schemas/FundListItemDto'
                  meta:
                    $ref: '#/components/schemas/ListMetaDto'
                  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
        '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:
    FundListItemDto:
      type: object
      properties:
        id:
          type: number
          example: 1
          description: Unique numeric identifier
        slug:
          type: string
          example: a16z
          description: URL-friendly entity slug
        name:
          type: string
          example: Andreessen Horowitz
          description: Display name
        imageUrl:
          type: string
          example: https://images.cryptorank.io/funds/150x150.a16z1524754012028.png
          nullable: true
          description: Logo image URL, 150×150. Null when no image is available.
        tier:
          type: number
          example: 1
          nullable: true
          description: >-
            Fund tier by CryptoRank classification (Tier 1 = top, descending).
            Null when unranked.
        category:
          nullable: true
          description: Fund category (Angel, Accelerator, etc.). Null when uncategorized.
          type: object
          allOf:
            - $ref: '#/components/schemas/FundCategoryDto'
        fundingRoundsCount:
          type: number
          example: 287
          description: Number of rounds the fund participated in
        leadInvestmentsCount:
          type: number
          example: 64
          description: Number of rounds the fund led
        retailRoi:
          type: number
          example: 12.34
          nullable: true
          description: >-
            Average portfolio ROI vs current price, from public retail entry
            price, %. Null when no portfolio coin has a listing price reference.
      required:
        - id
        - slug
        - name
        - imageUrl
        - tier
        - category
        - fundingRoundsCount
        - leadInvestmentsCount
        - retailRoi
    ListMetaDto:
      type: object
      properties:
        page:
          type: number
          example: 1
          description: Current page number (1-based)
        pageSize:
          type: number
          example: 25
          description: >-
            Fixed number of items per page for this endpoint (varies per
            endpoint)
        hasNextPage:
          type: boolean
          example: true
          description: Whether a further page of results exists
      required:
        - page
        - pageSize
        - hasNextPage
    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
    FundCategoryDto:
      type: object
      properties:
        id:
          type: number
          example: 3
          description: Category identifier
        slug:
          type: string
          example: venture
          description: URL-friendly category slug
        name:
          type: string
          example: Venture
          description: Category display name
      required:
        - id
        - slug
        - name
  securitySchemes:
    X-Api-Key:
      name: X-Api-Key
      type: apiKey
      in: header

````