Coins
1. Search Coins
GET https://api.qa.trendmoon.ai/coins/search
curl -X GET 'https://api.qa.trendmoon.ai/coins/search?name=solana' \
-H 'accept: application/json' \
-H 'Api-key: YOUR_API_KEY'[
{
"id": "solana",
"symbol": "sol",
"name": "Solana",
"web_slug": "solana",
"asset_platform_id": null,
"platforms": {},
"detail_platforms": {},
"block_time_in_minutes": 0,
"hashing_algorithm": null,
"categories": [
"Smart Contract Platform",
"Solana Ecosystem",
"Layer 1 (L1)",
"Alleged SEC Securities",
"FTX Holdings",
"Multicoin Capital Portfolio",
"Proof of Stake (PoS)",
"Alameda Research Portfolio",
"Andreessen Horowitz (a16z) Portfolio",
"GMCI Layer 1 Index",
"GMCI 30 Index",
"Delphi Ventures Portfolio",
"GMCI Index",
"Polychain Capital Portfolio",
"Made in USA"
],
"preview_listing": false,
"public_notice": null,
"additional_notices": [],
"description": {
"en": "Solana is a highly functional open source project that banks on blockchain technology’s permissionless nature to provide decentralized finance (DeFi) solutions. It is a layer 1 network that offers fast speeds and affordable costs. While the idea and initial work on the project began in 2017, Solana was officially launched in March 2020 by the Solana Foundation with headquarters in Geneva, Switzerland."
},
"links": {
"homepage": [
"https://solana.com/"
],
"whitepaper": null,
"blockchain_site": [
"https://solscan.io/",
"https://platform.arkhamintelligence.com/explorer/token/solana",
"https://xray.helius.xyz/",
"https://solana.fm/",
"https://solanabeach.io/",
"https://www.oklink.com/sol",
"https://explorer.solana.com/"
],
"official_forum_url": [],
"chat_url": [],
"announcement_url": [],
"twitter_screen_name": "solana",
"facebook_username": null,
"telegram_channel_identifier": "solana",
"subreddit_url": "https://www.reddit.com/r/solana",
"repos_url": {
"github": [
"https://github.com/solana-labs/solana"
]
}
},
"image": {
"thumb": "https://coin-images.coingecko.com/coins/images/4128/thumb/solana.png?1718769756",
"small": "https://coin-images.coingecko.com/coins/images/4128/small/solana.png?1718769756",
"large": "https://coin-images.coingecko.com/coins/images/4128/large/solana.png?1718769756"
},
"country_origin": null,
"genesis_date": null,
"contract_address": null,
"sentiment_votes_up_percentage": 74.58,
"sentiment_votes_down_percentage": 25.42,
"market_cap_rank": 5,
"community_data": {
"twitter_followers": 3249125,
"telegram_channel_user_count": 71662,
"reddit_subscribers": 0
},
"developer_data": {
"forks": 3516,
"stars": 11071,
"subscribers": 276,
"total_issues": 5177,
"closed_issues": 4611,
"pull_requests_merged": 23614,
"pull_request_contributors": 411,
"code_additions_deletions_4_weeks": {
"additions": 10193,
"deletions": -5277
},
"commit_count_4_weeks": 171
},
"last_updated": "2025-02-11T16:07:46.626000Z",
"total_supply": 593782049.1795594,
"max_supply": null,
"circulating_supply": 488074401.5869571,
"market_cap": 97248794346,
"fully_diluted_valuation": 118311036595,
"market_cap_fdv_ratio": 0.8200000000000001,
"mcap_to_tvl_ratio": null,
"fdv_to_tvl_ratio": null
}
]2. Get Platforms
3. Get Coin Details
Last updated