---
title: "GET /coins/ticker/{ticker}"
method: GET
path: "/coins/ticker/{ticker}"
tags: ["coins"]
---

# GET /coins/ticker/{ticker}

`GET /coins/ticker/{ticker}`

Gets information about a specific coin by its ticker

## Path parameters

- `ticker` string, required

## Response `200`

Success

- CoinResponse
  - `data` Coin — A coin object
    - `mint` string, required — The mint address of the coin
    - `ticker` string, required — The coin symbol/ticker
    - `decimals` integer, required — The number of decimals for the coin
    - `name` string, required — The coin name
    - `logo_uri` string — The URI for the coin's logo image
    - `banner_image_url` string — The URI for the coin's banner image
    - `description` string — The description of the coin
    - `x_handle` string — X (Twitter) handle for the coin
    - `instagram_handle` string — Instagram handle for the coin
    - `tiktok_handle` string — TikTok handle for the coin
    - `website` string — Website URL for the coin
    - `link_1` string — Generic link URL for the coin
    - `link_2` string — Generic link URL for the coin
    - `link_3` string — Generic link URL for the coin
    - `link_4` string — Generic link URL for the coin
    - `has_discord` boolean — Whether the coin has a Discord server
    - `created_at` string, date-time, required — The date and time when the coin was created
    - `updated_at` string, date-time — The date and time when the coin was last updated
    - `owner_id` string — The user ID of the coin owner
    - `escrow_recipient` string — The escrow recipient address for custom-created coins without DBCs
    - `dynamicBondingCurve` DynamicBondingCurveInsights — Information about the dynamic bonding curve if one exists for the coin
      - `address` string — Address of the bonding curve pool
      - `price` number — Current price in the pool's quote token (e.g., AUDIO)
      - `priceUSD` number — Current price in USD
      - `curveProgress` number — Progress along the bonding curve (0.0 - 1.0)
      - `isMigrated` boolean — Whether the bonding curve has been migrated
      - `creatorQuoteFee` number — Creator quote fee for the bonding curve
      - `totalTradingQuoteFee` number — Total trading quote fee accumulated
      - `creatorWalletAddress` string — Address of the pool creator's wallet
    - `artist_locker` ArtistLocker — Artist locker balance and claimable info for the coin
      - `address` string — Locker contract/pool address
      - `locked` number — Locked amount
      - `unlocked` number — Unlocked amount
      - `claimable` number — Claimable amount
    - `artist_fees` ArtistCoinFees — Artist coin fee info (unclaimed/total)
      - `unclaimed_fees` number — Unclaimed fees
      - `total_fees` number — Total fees
    - `reward_pool` RewardPool — Reward pool for the coin
      - `address` string — Reward pool contract address
      - `balance` number — Reward pool balance
    - `price` number — Current price in USD
    - `marketCap` number — Market capitalization in USD
    - `holder` integer — Number of holders
    - `totalSupply` number — Total supply of the token
    - `liquidity` number — Current liquidity in USD
    - `circulatingSupply` number — Circulating supply of the token
    - `priceChange24hPercent` number — 24h price change in percent
    - `displayPrice` number — Display price (client-computed, e.g. for display formatting)
    - `displayMarketCap` number — Display market cap (client-computed)

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
