cURL
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" } ] }
Get the list of graduated tokens by given exchange. Currently, only Pump.fun is supported.
The network to query
mainnet
devnet
The cursor to the next page
The limit per page
1 <= x <= 100
Show child attributes