Coins
🚧 Coming Soon - This endpoint is not yet live.
🔑 Authentication required. See API Key for setup and rate limits.
GET /services/v2/coins
GET /services/v2/coinsReturns a list of coins sorted by the specified criteria.
GET https://api.anoncoin.it/services/v2/coinsQuery Parameters
sortBy
string
✅
Sort order. One of: trending, new, marketCap, topHolders, cto
limit
integer
❌
Number of results. Allowed: 10 (default), 20
Sort Options
trending
Coins currently trending on the platform
new
Most recently created coins
marketCap
Coins ranked by market cap (highest first)
topHolders
Coins ranked by number of holders
cto
Coins with active or completed Community Takeover elections
Example Request
Response
Returns an array of coin objects.
Response Fields
creator:userName: Anonymous username of the coin creator.profileImageUrl: Creator's profile image URL.twitterFollowersBucket: Follower count bucket (e.g.,10k+).
tickerName: Full name of the coin.tickerSymbol: Ticker symbol.bannerImageUrl: Banner image URL.tickerImageUrl: Coin logo URL.lore: Coin description / lore.mint: Solana token mint address.totalCreatorFeeEarnedUsd: Total creator fees earned (USD).totalCreatorFeeEarnedSol: Total creator fees earned (SOL).graduationPercentage: Progress toward graduation (0–100).priceUsd: Current price in USD.priceSol: Current price in SOL.marketCapUsd: Market cap in USD.marketCapSol: Market cap in SOL.priceChange24Hrs: 24-hour price change percentage.volume24HrsUsd: 24-hour trading volume in USD.volume24HrsSol: 24-hour trading volume in SOL.totalSupply: Total token supply.circSupply: Circulating supply.liquidityUsd: Pool liquidity in USD.liquiditySol: Pool liquidity in SOL.holders: Number of holders.isMigrated: Whether the coin has graduated to the AMM.marketCapATHUsd: All-time high market cap in USD.marketCapATHSol: All-time high market cap in SOL.devWalletAddress: Creator's wallet address.metaData:twitterLink: X (Twitter) profile link.isTwitterVerified: Whether the Twitter account is verified.telegramLink: Telegram group link.taggedUserProfiles: Array of tagged user profiles.profileURL: Profile URL.userName: Username.name: Display name.
createdOn: Coin creation timestamp.devPosts: Array of creator posts.title: Post title.description: Post description.createdOn: Post creation timestamp.
ctoElection:isActive: Whether a CTO election is currently active.endedOn: When the election ended.ctoLeadProfile:twitterUserName: CTO lead's Twitter username.twitterName: CTO lead's display name.
Last updated
Was this helpful?
