---
title: "Get default mint list"
method: GET
path: "/mint/list"
tags: ["Mint"]
---

# Get default mint list

`GET /mint/list`

Retrieve UI's default mint list with metadata and logos. Cached 60 seconds.

## Response `200`

Success

- object — Common response envelope. The `data` field is supplied by each endpoint's response schema via `allOf` and is therefore not declared on the base envelope.
  - `id` string, required — Request ID (UUID)
  - `success` boolean, required — Whether the request was successful
  - `msg` string — Error message if success is false
  - `data` MintListResponse
    - `blockList` string[]
    - `mintList` ApiV3MintItem[]
      - `chainId` number
      - `address` string
      - `programId` string
      - `logoURI` string
      - `symbol` string
      - `name` string
      - `decimals` number
      - `tags` string[]
      - `extensions` object

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/versions/cca93975de95/schema)
