GET
/
dash
/
new-tokens
Get New Launchpad Tokens
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/dash/new-tokens
{
  "tokens": [
    {
      "address": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "marketCap": 123,
      "bondingProgress": 123,
      "graduated": true
    }
  ]
}

Response

200 - application/json

New launchpad tokens

tokens
object[]