---
title: "Get token metadata by mint address"
method: GET
path: "/tokens/{token_mint}"
tags: ["tokens"]
---

# Get token metadata by mint address

`GET /tokens/{token_mint}`

## Path parameters

- `token_mint` string, required

## Response `200`

success response

- SwaggerFriendlyITokenV2
  - `mintAddress` string, required
  - `owner` string, required
  - `supply` number, double, required
  - `delegate` string
  - `collection` string
  - `collectionName` string
  - `name` string, required
  - `updateAuthority` string, required
  - `primarySaleHappened` boolean, required
  - `sellerFeeBasisPoints` number, double, required
  - `image` string, required
  - `tokenStandard` 0 | 1 | 2 | 3 | 4 | 5 | -1
  - `animationUrl` string
  - `externalUrl` string
  - `attributes` IAttributeV2[]
    - `trait_type` string, required
    - `value` unknown, required
  - `properties` IPropertiesV2
    - `files` IPropertiesV2File[], required
      - `uri` string, required
      - `type` string, required
      - `cdn` boolean
    - `category` string, required
    - `creators` PartialICreatorV2[], required
      - `address` string
      - `verified` boolean
      - `share` number, double
  - `listStatus` 'listed' | 'unlisted'
  - `price` number, double
  - `tokenAddress` string
  - `isCompressed` boolean
  - `priceInfo` SwaggerFriendlyPriceInfo
    - `solPrice` SwaggerFriendlyTokenAmount, required
      - `rawAmount` string, required
      - `address` string, required — The identifier of the amount.
      - `decimals` number, double, required — The number of decimals in the amount.
    - `splPrice` SwaggerFriendlyTokenAmount
      - `rawAmount` string, required
      - `address` string, required — The identifier of the amount.
      - `decimals` number, double, required — The number of decimals in the amount.

## Other responses

- `400` — Token not found

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
