Skip to main content
GET
/
token
/
{network}
/
exchange
/
{exchange}
/
graduated
Get graduated tokens by exchange
curl --request GET \
  --url https://solana-gateway.moralis.io/token/{network}/exchange/{exchange}/graduated \
  --header 'X-Api-Key: <api-key>'
{
  "cursor": "<string>",
  "pageSize": 123,
  "page": 123,
  "result": [
    {
      "tokenAddress": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "logo": "<string>",
      "decimals": "<string>",
      "priceNative": "<string>",
      "priceUsd": "<string>",
      "liquidity": "<string>",
      "fullyDilutedValuation": "<string>",
      "graduatedAt": "2024-11-28T09:44:55.000Z"
    }
  ]
}
Endpoint cost: CUs. Learn more about compute units.

Authorizations

X-Api-Key
string
header
required

Path Parameters

network
enum<string>
required

The network to query

Available options:
mainnet,
devnet
exchange
string
required

Query Parameters

cursor
string

The cursor to the next page

limit
number
default:100

The limit per page

Required range: 1 <= x <= 100

Response

200 - application/json
cursor
string | null
required
pageSize
number
required
page
number
required
result
object[]
required