Discover/highlight.xyz API
live

highlight.xyz APIhighlight.xyz

Access Highlight.xyz NFT data via 6 endpoints. Retrieve trending collections, search by keyword, view mint vectors, list collectors, and find top sponsors.

Endpoints
6
Updated
3mo ago
Try it
Time period in hours to calculate trending (168 = 1 week).
api.parse.bot/scraper/e398919f-4fa0-4a14-b39a-fe60d9aed2f8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e398919f-4fa0-4a14-b39a-fe60d9aed2f8/get_trending_collections?period_hours=168' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Fetches the trending collections list from highlight.xyz based on recent mint activity. Returns up to 20 collections sorted by mints in the given time period.

Input
ParamTypeDescription
period_hoursintegerTime period in hours to calculate trending (168 = 1 week).
Response
{
  "type": "object",
  "fields": {
    "data": "array of trending collection objects with mint counts",
    "status": "string, always 'success'"
  },
  "sample": {
    "data": [
      {
        "id": "69f9ab5c75f0abb8d326a424",
        "url": "https://highlight.xyz/mint/ethereum:0xb8300eE6bB9619d0e23F727a7ef1B6EfEAa177f5",
        "name": "La Floristeria",
        "price": "0",
        "supply": 921,
        "chainId": 1,
        "creator": {
          "verified": null,
          "displayName": null,
          "displayAvatar": "https://highlight-creator-assets.highlight.xyz/main/image/e1b72408-d575-4c75-8ba4-dbb95a412194.png",
          "walletAddresses": [
            "0xa2D10CB9139614Ca93b86a905c7B69637BAfD5c4"
          ]
        },
        "chainName": "Ethereum",
        "onchainId": "ethereum:0xb8300eE6bB9619d0e23F727a7ef1B6EfEAa177f5",
        "mintsCount": 209,
        "description": "La Floristería. A unique generative artwork from Harto x Paiman x Taya."
      }
    ],
    "status": "success"
  }
}

About the highlight.xyz API

The Highlight.xyz API exposes 6 endpoints covering NFT collection discovery, collector data, and mint activity on Highlight.xyz. Starting with get_trending_collections, you can pull up to 20 collections ranked by mint volume over a configurable time window, then drill into any collection's mint vectors, edition details, and creator settings via get_collection_details using a chain:address identifier.

Collection Discovery and Search

The get_trending_collections endpoint returns up to 20 collections sorted by recent mint activity. The period_hours parameter controls the lookback window — pass 168 for a 7-day view or a shorter value for same-day trending. The search_collections endpoint accepts a query string and returns up to 10 matching collections by name, useful for lookup workflows where you already have a partial collection name.

Collection Details and Mint Vectors

get_collection_details takes a collection_id in chain:address format (e.g. base:0x552404547278bC2ACd1dEF223e261473c78380e9) and returns the full collection object: mintVectors, editions, creatorAccountSettings, and chain metadata. The mintVectors array is particularly important — each entry contains an id field that feeds into get_collection_top_sponsors, which paginates sponsor data for that specific mint vector via page and limit parameters and returns a sponsors array alongside a pageInfo object with totalCount.

Collectors and Related Projects

get_collection_collectors retrieves wallet addresses that have minted from a given collection, including ENS names and per-wallet token counts. Pagination is handled through a cursor integer offset and limit parameter; the response includes a hasNext boolean and totalCount for building paginated UIs. get_collection_related_projects returns a collections array of other projects by the same creator, making it straightforward to traverse a creator's full catalog from a single starting collection.

Common use cases
  • Track NFT mint momentum by polling get_trending_collections with different period_hours values to detect short-term vs. weekly trends.
  • Build a creator portfolio page by combining get_collection_details and get_collection_related_projects for a given creator's collection address.
  • Compile a collector leaderboard using get_collection_collectors with ENS name resolution and token count fields.
  • Identify top financial backers of a specific mint campaign using get_collection_top_sponsors with mint vector IDs from collection details.
  • Power a collection search feature in an NFT aggregator using search_collections with a user-supplied keyword.
  • Audit cross-chain collection presence by parsing the chain field in get_collection_details responses across multiple collection IDs.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Highlight.xyz have an official public developer API?+
Highlight.xyz does not currently publish a documented public developer API or API keys for third-party developers. This Parse API provides structured programmatic access to Highlight.xyz collection and mint data.
What does `get_collection_collectors` return, and how does pagination work?+
The endpoint returns a members array of wallet addresses with associated ENS names and token counts, plus a totalCount integer and a hasNext boolean. Pagination uses an integer cursor as an offset alongside a limit parameter. Increment the cursor by the page size to advance through results.
How do I get the `mint_vector_id` needed for `get_collection_top_sponsors`?+
Call get_collection_details with the target collection_id. The response contains a mintVectors array; each entry has an id field. Pass that value as mint_vector_id to get_collection_top_sponsors. A collection may have multiple mint vectors, each representing a separate minting configuration.
Does the API return individual NFT token metadata or transfer history?+
Not currently. The API covers collection-level data — mint vectors, editions, collector wallets, sponsor rankings, and creator settings — but does not expose individual token metadata or on-chain transfer histories for specific token IDs. You can fork this API on Parse and revise it to add an endpoint targeting per-token data.
Is mint data available for all blockchains supported by Highlight.xyz, or only specific chains?+
The collection_id parameter accepts a chain:address format, and the get_collection_details response includes chain info for each collection. Coverage follows what Highlight.xyz indexes — if a collection exists on a chain Highlight supports, it can be queried. Secondary chains or newly added networks may have limited data at any given time. You can fork the API on Parse and revise it to add filtering or chain-specific endpoints as coverage expands.
Page content last updated . Spec covers 6 endpoints from highlight.xyz.
Related APIs in Crypto Web3See all →
opensea.io API
Search NFT collections and discover detailed stats, browse individual items, and track collection activity all in one place. Get real-time insights into collection performance and find the NFTs you're looking for on OpenSea.
ens.vision API
Search and explore ENS domains across the marketplace, discover owner portfolios and activity feeds, and resolve names to addresses with complete text records. Get domain details, browse categories, view offers and recommendations, and track all marketplace listings in one place.
nseindia.com API
Track live NSE stock prices, monitor indices, analyze option chains, and access corporate announcements with real-time market data from India's National Stock Exchange. View equity quotes with full order books, identify top gainers/losers, analyze 52-week highs/lows, and explore historical price trends all in structured JSON format.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
studio.glassnode.com API
Access comprehensive on-chain and market analytics for cryptocurrencies, including asset fundamentals, supply dynamics, futures data, and profit/loss metrics. Search and analyze assets with historical chart data and market overview information to track crypto performance and trends.
crypto-fundraising.info API
Track cryptocurrency fundraising activity by searching projects and investors, viewing deal details, and staying updated with the latest crypto funding news and top active venture funds. Monitor major fundraising rounds, explore investor portfolios, and research emerging crypto projects all in one place.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.