GET
/
dash
/
graduating-tokens
Get Graduating Tokens
curl --request GET \
  --url https://integrated-api.mainnet.muchfi.xyz/api/dash/graduating-tokens
[
  {
    "address": "<string>",
    "marketType": "<string>",
    "bondingCurveProgress": "<string>",
    "top10HoldersPercentage": "<string>",
    "creatorPercentage": "<string>",
    "price": "<string>",
    "variation1h": "<string>",
    "variation24h": "<string>",
    "volume24hr": "<string>",
    "liquidity": "<string>",
    "holderCount": 123,
    "tvl": "<string>",
    "apr": "<string>",
    "feeTier": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "quoteToken": {
      "address": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "imageUri": "<string>",
      "description": "<string>",
      "twitter": "<string>",
      "website": "<string>",
      "discord": "<string>",
      "telegram": "<string>",
      "price": "<string>",
      "creator": "<string>",
      "pl": "<string>",
      "source": "<string>",
      "marketCap": "<string>",
      "variation1h": "<string>",
      "variation24h": "<string>",
      "holderCount": 123
    },
    "baseToken": {
      "address": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "imageUri": "<string>",
      "description": "<string>",
      "twitter": "<string>",
      "website": "<string>",
      "discord": "<string>",
      "telegram": "<string>",
      "price": "<string>",
      "creator": "<string>",
      "pl": "<string>",
      "source": "<string>",
      "marketCap": "<string>",
      "variation1h": "<string>",
      "variation24h": "<string>",
      "holderCount": 123
    }
  }
]

Response

200 - application/json

Graduating tokens

address
string

Pool/market address

marketType
string

Market type (e.g., "launchpad")

bondingCurveProgress
string

Progress through bonding curve (0-1)

top10HoldersPercentage
string

Percentage held by top 10 holders

creatorPercentage
string

Percentage held by creator

price
string

Current token price

variation1h
string

Price change in last 1 hour

variation24h
string

Price change in last 24 hours

volume24hr
string

24-hour trading volume

liquidity
string

Total liquidity

holderCount
integer

Number of token holders

tvl
string

Total value locked

apr
string

Annual percentage rate

feeTier
integer

Fee tier (e.g., 10000 = 1%)

createdAt
string<date-time>

Token creation timestamp

quoteToken
object
baseToken
object