Skip to main content

bitsCrunch Network API V2 (1.0.0)

Download OpenAPI specification:Download

Blockchains

Retrieve Supported Blockchains

Gets information about the supported blockchains and their corresponding chain IDs.

The response includes:

  • data array: A list of supported blockchains.

  • blockchain metadata: Each item in the array contains details such as the blockchain name and its associated chain ID.

This information provides an overview of the blockchains supported by the system, along with their identifiers.

query Parameters
offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Market Insights

NFT Market Analytics Report

Get aggregated values and trend data for various NFT market metrics, offering insights into the market's performance over time.

The response includes:

  • metrics: An array of metrics tracked, such as volume, number of sales, and holders.

  • blockdates: An array of dates or time periods corresponding to each metric's data points.

  • metric values: The aggregated values of each metric over the specified time blocks.

This information enables users to examine key trends and performance indicators in the NFT market, helping them analyze market activity, growth, and fluctuations across different metrics.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Holders Insights

Gets the aggregated values and trends for holders' metrics in the NFT market.

The response includes:

  • metrics: An array of the different metrics being tracked for NFT holders.

  • blockdates: An array of dates or time blocks associated with each metric value.

  • metric values: The values of each metric, aggregated across the specified time blocks or dates.

This data enables tracking the performance and trends of NFT holders over time, providing insights into market activity and trends.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Scores Insights

Gets aggregated values and trends for scores in the NFT market.

The response includes:

  • metrics: An array of scores or related metrics being tracked.

  • blockdates: An array of time periods or dates associated with each score.

  • metric values: The aggregated values of each score over the specified time blocks or dates.

This data allows users to track and analyze score trends in the NFT market over time.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Traders Insights

Gets aggregated values and trends for trader metrics in the NFT market.

The response includes:

  • metrics: An array of trader-related metrics being tracked (e.g., number of trades, volume, etc.).

  • blockdates: An array of time periods or dates linked to each metric.

  • metric values: The aggregated values for each trader metric over the corresponding time blocks or dates.

This data helps analyze the activity and trends of traders within the NFT market over time.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Washtrade Insights

Gets aggregated values and trends for washtrade metrics in the NFT market.

The response includes:

  • metrics: An array of washtrade-related metrics being tracked.

  • blockdates: An array of time periods or dates linked to each metric.

  • metric values: The aggregated values for each washtrade metric over the corresponding time blocks or dates.

This data helps to analyze the trends and patterns of washtrading activities within the NFT market.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Marketplace

NFT Marketplace Metadata

Retrieve metadata for all available marketplaces, providing comprehensive details about each marketplace.

The response includes:

  • marketplace names: The names of the available marketplaces.

  • supported blockchains: Blockchains supported by each marketplace.

  • images: Visual representations or logos of the marketplaces.

  • external URLs: Links to the marketplaces for additional information or direct access.

This data enables users to compare marketplaces, understand their offerings, and identify the most suitable platforms for trading or exploring NFTs and digital assets.

query Parameters
sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{}

NFT Marketplace Analytics

Retrieve detailed analytics and trend data for a specific marketplace, identified by its chain ID and marketplace name.

The response includes:

  • trading volume: Metrics on the total volume traded within the marketplace.

  • transactions and transfers: Data on the number of transactions and transfers over time.

  • sales trends: Insights into sales patterns and trends within the marketplace.

This information provides a comprehensive view of the marketplace's performance, user engagement, and market dynamics. It helps users analyze growth patterns and overall trends within the specified marketplace.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "volume"
Enum: "name" "volume"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

name
Array of strings

Metric group values to return

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Marketplace Holders

Retrieve detailed metrics and trend data for all holders within a specific marketplace, identified by its chain ID and marketplace name.

The response includes:

  • holder activity: Insights into the activity of holders within the marketplace.

  • unique holders: Data on the number of unique holders.

  • holder trends: Changes in the number of holders over time.

This information helps track ownership trends, understand asset concentration, and analyze how the holder base within the marketplace evolves.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

sort_by
required
string
Default: "holders"
Enum: "name" "holders"

Property to sort result set by

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

name
Array of strings

Metric group values to return

Responses

Response samples

Content type
application/json
{}

NFT Marketplace Traders

Retrieve detailed metrics and trend data for all traders within a specific marketplace, identified by its chain ID and marketplace name.

The response includes:

  • unique traders: The number of distinct traders active within the marketplace.

  • trader ratio: The ratio of buyers to sellers within the marketplace.

  • traders (buyers and sellers): Insights into the number of buyers and sellers.

  • trader trends: Changes in trader activity and metrics over time.

This data helps analyze the marketplace's trading dynamics, track the performance of active traders, and identify changes in trading patterns and engagement within the marketplace.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "traders"
Enum: "name" "traders"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

name
Array of strings

Metric group values to return

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Marketplace Washtrade

Retrieve detailed washtrade metrics and trend data for a specific marketplace, identified by its chain ID and marketplace name.

The response includes:

  • washtrade volume: The total volume suspected to involve wash trading.

  • washtrade suspect sales: The number of sales flagged as potential wash trades.

  • washtrade suspect transactions: The number of transactions identified as suspicious.

  • washtrade assets: Assets involved in suspected wash trading activities.

  • washtrade wallets: Wallets flagged for potential involvement in wash trading.

This information helps assess the integrity of the marketplace's trading environment, providing transparency into wash trading trends and identifying any red flags in trading behavior within the marketplace.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

sort_by
required
string
Default: "washtrade_volume"
Enum: "name" "washtrade_volume"

Property to sort result set by

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

name
Array of strings

Metric group values to return

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Collections

Collection Metadata

Retrieve metadata for a specific NFT collection using the provided contract address or slug name and chain ID, offering detailed insights into the collection's attributes.

The response includes:

  • collection name: The name of the NFT collection.

  • description: A detailed description of the NFT collection.

  • key properties: Metadata information about the collection's key attributes.

This information helps users understand the characteristics and details of specific NFT collections based on contract or slug name and blockchain identifiers.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "polygon"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

contract_address
Array of strings

Metric group values to return

slug_name
Array of strings

Name of collection slugs

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Owner

Get list of NFT holders for the given contract_address or collection name

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

collection
Array of strings

Name of the collection

contract_address
Array of strings

Metric group values to return

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "acquired_date"
Enum: "acquired_date" "quantity"

Property to sort result set by

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Analytics

Retrieve detailed metrics and trend data for a specific NFT collection using its contract address and chain ID, providing insights into performance over time.

The response includes:

  • time-based trends: Insights into various metrics over time, such as:
    • sales volume: Total sales volume within the collection.
    • transaction count: The number of transactions over time.
    • floor price usd: The lowest listed sale price of an NFT in USD on a marketplace at a given time..

This information helps users observe patterns like increases or decreases in sales, trading volumes, and price changes, enabling analysis of market dynamics and performance trends for the specified NFT collection.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "sales"
Enum: "assets" "assets_change" "floor_price_usd" "floor_price_native" "sales" "sales_change" "volume" "volume_change" "transactions" "transactions_change" "transfers" "transfers_change"

Property to sort result set by

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Holders

Get detailed information about the holders of a specific collection, identified by its contract address and chain ID.

The response includes:

  • holder distribution metrics: Data on the distribution of tokens across holders.

  • holder count changes: Metrics that track changes in the number of holders.

  • ownership trends: Trends in ownership over time.

This information allows users to analyze holder-related metrics, providing insights into token distribution and ownership dynamics for the collection.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "holders"
Enum: "holders" "holders_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Scores

Get detailed metrics and trends for the scores associated with a specific collection.

The "score" typically refers to various performance indicators or rankings used to assess the collection's performance in terms of:

  • trading: Metrics related to trading activity and volume.

  • popularity: Indicators of the collection's popularity and engagement.

  • other factors: Such as rarity, liquidity, and additional performance aspects.

The response allows users to monitor the collection's market activity, user engagement, and overall success within the ecosystem.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "marketcap"
Enum: "marketcap" "marketcap_change" "price_avg" "price_avg_change" "price_ceiling" "minting_revenue" "royalty_price"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Traders

Get detailed insights into the traders associated with a collection, identified by its contract address and chain ID.

The response includes:

  • unique trader metrics: Data on the number of unique traders involved with the collection.

  • sellers and buyers: Metrics tracking the number of sellers and buyers over time.

  • trading trends: Trends that show how actively the collection is being traded and how trader behavior evolves.

This information provides valuable insights into trading activity and trader behavior associated with the collection.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "traders"
Enum: "traders" "traders_change" "traders_ratio" "traders_ratio_change" "traders_buyers" "traders_buyers_change" "traders_sellers" "traders_sellers_change"

Property to sort result set by

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Washtrade

Get detailed information on washtrading metrics for a specific NFT collection, identified by its contract address and chain ID.

The response includes:

  • washtrading trends: Tracking of washtrading metrics over time.

  • metric values: View values of various washtrading metrics.

  • data integrity insights: Detect any potential manipulation in the trading data.

This information helps in identifying and analyzing washtrading activities associated with the collection.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana" "full"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "washtrade_assets"
Enum: "washtrade_assets" "washtrade_assets_change" "washtrade_suspect_sales" "washtrade_suspect_sales_change" "washtrade_volume" "washtrade_volume_change" "washtrade_wallets" "washtrade_wallets_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Whales

Get detailed insights into the whale metrics for a specific NFT collection, identified by its contract address and chain ID.

The response includes:

  • whale count: The number of whales holding or trading the collection.

  • whale activities: Metrics tracking the activities of whales within the collection.

  • activity trends: Trends showing changes in whale involvement over time.

This information provides valuable insights into the influence of large holders on the collection.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "nft_count"
Enum: "nft_count" "mint_count" "mint_volume" "mint_whales" "unique_wallets" "unique_mint_wallets" "unique_buy_wallets" "unique_sell_wallets" "total_mint_volume" "total_sale_volume" "buy_count" "buy_volume" "buy_whales" "sell_count" "sell_volume" "sell_whales" "whale_holders"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Profile

Get detailed insights into the profile metrics for a specific NFT collection, identified by its contract address and chain ID.

The response includes:

  • active profiles: Metrics related to the number of active user profiles within the collection.

  • profile engagement: Data on user engagement and interaction levels within the collection.

  • profile growth trends: Trends in profile growth that impact trading and ownership dynamics.

This information provides a comprehensive view of user behavior and engagement within the collection.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "washtrade_index"
Enum: "fear_and_greed_index" "washtrade_index" "metadata_score" "liquidity_score" "market_dominance_score" "token_distribution_score" "collection_score" "holder_metrics_score" "diamond_hands" "profitable_volume" "loss_making_volume" "profitable_trades" "loss_making_trades" "zero_profit_trades" "profitable_trades_percentage" "avg_profitable_trades" "loss_making_trades_percentage" "avg_loss_making_trades"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Categories

Get metadata information for the collection based on the selected category.

The response includes:

  • collection metadata: Details of all metadata within the specified category.

This information provides a comprehensive view of the collection's metadata categorized by the selected criteria.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "binance" "polygon" "solana" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_by
required
string
Default: "volume"
Enum: "volume" "transactions" "sales" "holders"

Property to sort result set by

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Collection Traits

This endpoint is commonly used to retrieve the traits of assets in a collection. Results are sorted alphabetically by trait type, and then by count of assets with each distinct value for that trait type, in descending order

query Parameters
blockchain
string
Default: "ethereum"
Value: "ethereum"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "trait_type"
Value: "trait_type"

Property to sort result set by

time_range
string
Default: "all"
Value: "all"

Time range to filter results

collection
Array of strings

Name of the collection

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Wallets

Wallet Analytics

Retrieve detailed analytics on value and trends for a specific wallet, identified by its address and chain ID.

The response includes:

  • sales: Metrics related to sales activity associated with the wallet.

  • transactions: Data on the number of transactions over time.

  • transfers: Insights into asset transfers involving the wallet.

  • trend analysis: Analysis of activity trends and performance over time.

This information provides a comprehensive view of the wallet’s activity, asset growth, and performance trends, helping users understand its financial dynamics within the blockchain network.

query Parameters
wallet
Array of strings

Metric group values to return

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "volume"
Enum: "volume" "sales" "transactions" "transfers" "nft_burn" "nft_transfer" "nft_mint" "nft_bought" "nft_sold" "minted_value" "volume_change" "sales_change" "transactions_change" "transfers_change" "nft_burn_change" "nft_transfer_change" "nft_mint_change" "nft_bought_change" "nft_sold_change" "minted_value_change" "buy_volume" "sell_volume"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Scores

Retrieve detailed analytics on score values and trends for a specific wallet, identified by its address and chain ID.

The response includes:

  • score metrics: Various performance scores associated with the wallet over time.

  • trend analysis: Insights into trends in the wallet’s score, showing changes and patterns.

  • relative standing: An overview of the wallet’s position and interaction within the blockchain ecosystem.

This information provides a comprehensive view of the wallet’s performance, highlighting score trends and its role in the blockchain network.

query Parameters
wallet
Array of strings

Metric group values to return

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

sort_by
required
string
Default: "portfolio_value"
Enum: "portfolio_value" "unrealized_profit" "estimated_portfolio_value" "collection_count" "nft_count" "washtrade_nft_count" "realized_profit"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Traders

Retrieve detailed metrics on trader activity and trends for a specific wallet, identified by its address and chain ID.

The response includes:

  • trading behavior: Data on the wallet’s trading activities.

  • number of traders: The count of unique traders interacting with the wallet.

  • trader ratio: The ratio of buyers to sellers associated with the wallet.

  • traders (buyers and sellers): Insights into the number of buyers and sellers linked to the wallet.

  • trader trends: Changes in trading metrics over time.

This information helps users analyze the wallet’s role and activity within the trading ecosystem, offering insights into its performance as a trader and trends in its market engagement.

query Parameters
wallet
Array of strings

Metric group values to return

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "traders"
Enum: "traders" "traders_change" "traders_buyers" "traders_buyers_change" "traders_sellers" "traders_sellers_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Washtrade

Retrieve detailed metrics on washtrading activity and trends for a specific wallet, identified by its address and chain ID.

The response includes:

  • washtrade volume: The total volume suspected to involve wash trading.

  • washtrade suspect sales: The number of sales flagged as potential wash trades.

  • washtrade suspect transactions: The number of transactions identified as suspicious.

  • washtrade assets: Assets involved in suspected wash trading activities.

  • washtrade wallets: Wallets flagged for potential involvement in wash trading.

This information helps users assess the integrity of the wallet's trading behavior, providing transparency into wash trading trends and identifying any potential red flags in the wallet’s activity.

query Parameters
wallet
Array of strings

Metric group values to return

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

sort_by
required
string
Default: "washtrade_volume"
Enum: "washtrade_volume" "washtrade_suspect_sales" "washtrade_suspect_sales_change" "washtrade_volume_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Profile

Retrieve comprehensive profiling information for a specific wallet, including contract details, NFT holdings, and insights related to notable holders, such as sharks, whales, and any sanctioned entities.

The response includes:

  • contract addresses and metadata: Details of NFTs held by the wallet, including contract addresses and associated metadata.

  • notable holder classifications: Identification of significant holders based on asset size, such as sharks and whales.

  • sanctioned wallet flags: Indications of any associations with wallets flagged for sanctions.

This data provides a detailed view of the wallet’s contents and associations, offering insights into ownership concentration, asset types, and potential compliance considerations.

query Parameters
wallet
Array of strings

Metric group values to return

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT

NFT Metadata

Retrieve metadata for a specific NFT using the provided contract address or slug name, token ID and chain ID, offering detailed insights into the collection's attributes.

The response includes:

  • collection name: The name of the NFT collection.

  • description: A detailed description of the NFT collection.

  • key properties: Metadata information about the collection's key attributes.

This information helps users understand the characteristics and details of specific NFT Token based on contract or slug name and blockchain identifiers.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "polygon"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

contract_address
Array of strings

Metric group values to return

slug_name
Array of strings

Name of collection slugs

token_id
Array of strings

Token of NFT Collection

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Owner

Get comprehensive list of wallets/wallet details of the current holders/holders of NFT from a specified smart contract

query Parameters
contract_address
required
string

contract of thr NFT

token_id
required
string

Token id of thr NFT

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_by
required
string
Default: "acquired_date"
Enum: "acquired_date" "quantity"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Analytics

Get detailed analytics for a specific NFT, identified by its contract address, token ID, and chain ID.

The response includes:

  • performance tracking: Analytics to monitor the performance of the NFT.

  • market dynamics: Insights into the market activity and trends surrounding the NFT.

This information provides a comprehensive view of the NFT's performance and market behavior.

query Parameters
contract_address
Array of strings

Metric group values to return

token_id
Array of strings

Token is_washtrade of NFT Contract

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "sales"
Enum: "sales" "sales_change" "assets" "assets_change" "transactions" "transactions_change" "transfers" "transfers_change" "volume" "volume_change" "floor_price" "floor_price_eth"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Scores

Get detailed metrics about scores and holders for a specific NFT, identified by its contract address, token ID, and chain ID.

The response includes:

  • score insights: Detailed metrics about various performance scores for the specified NFT.

  • trending status: Identification of trending NFTs within the collection.

  • holder insights: Detailed metrics about the holders of the specified NFT.

This information helps assess the NFT's performance and popularity within the market.

query Parameters
contract_address
Array of strings

Metric group values to return

token_id
Array of strings

Token is_washtrade of NFT Contract

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "price_ceiling"
Enum: "price_ceiling" "all_time_low" "start_price" "price" "max_price" "washtrade_status" "rarity_rank" "rarity_score" "estimated_price"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Traders

Get detailed insights into trader metrics specifically for an NFT, identified by its contract address, token ID, and chain ID.

The response includes:

  • trader interactions: Insights into trader metrics surrounding the specified NFT.

  • trader engagement: Data tracking how traders are interacting with the NFT over time.

This information helps analyze trading activity and trader engagement for the individual NFT.

query Parameters
contract_address
Array of strings

Metric group values to return

token_id
Array of strings

Token is_washtrade of NFT Contract

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "traders"
Enum: "traders" "traders_change" "traders_buyers" "traders_sellers" "traders_buyers_change" "traders_sellers_change" "traders_ratio" "traders_ratio_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Washtrade

Get detailed metrics about wash trading for a specific NFT, identified by its contract address, token ID, and chain ID.

The response includes:

  • wash trading insights: Metrics to assess wash trading activity for the specified NFT.

  • market manipulation detection: Identification of potential market manipulation indicators.

  • transparency and integrity: Data to ensure transparency and integrity in the trading of the NFT.

This information helps monitor wash trading practices, promoting a fair and transparent NFT market.

query Parameters
contract_address
Array of strings

Metric group values to return

token_id
Array of strings

Token is_washtrade of NFT Contract

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "washtrade_volume"
Enum: "washtrade_volume" "washtrade_suspect_sales" "washtrade_assets" "washtrade_wallets" "washtrade_volume_change" "washtrade_suspect_sales_change" "washtrade_assets_change" "washtrade_wallets_change" "washtrade_suspect_transactions" "washtrade_suspect_transactions_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Top Deals

get nft top deals

query Parameters
sort_by
required
string
Default: "deal_score"
Enum: "deal_score" "listing_timestamp"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Listing

NFT Listing

Get the detailed list of Listing transactions executed by the wallet

query Parameters
contract_address
Array of strings

Metric group values to return

token_id
Array of strings

Token is_washtrade of NFT Contract

blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

wallet
Array of strings

Address of the Wallet

marketplace
Array of strings

Name of the marketplace

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d" "all"

Time range to filter results

sort_by
required
string
Default: "listing_timestamp"
Enum: "listing_timestamp" "usd_price"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": { }
}

NFT Gaming

NFT supported game

Get detailed information on the game contracts

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Blockchain network associated with the NFT game.

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "game"
Enum: "game" "contract_created_date"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT gaming metrics by contract

Game-Specific Smart Contracts Each NFT game interacts with the blockchain through one or more smart contracts (e.g., for game items, currencies, staking, or reward systems).

Contract-Level Analysis Instead of looking at the game as a whole, metrics are broken down by individual contracts to track how each component is performing.

The response includes: Active Users: Number of unique wallet addresses interacting with the contract. Transaction Volume: Total number and value of transactions over time. Earnings / Revenue: Average earnings or rewards distributed via the contract. Token/NFT Movements: Transfers, minting, and burning of game-related assets.

Chain-Specific Context Contracts are tied to specific blockchains (e.g., Ethereum, Polygon), and metrics may vary across networks. These insights helps game developers, analysts, and investors to understand which game features or systems are most used or profitable.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "total_users"
Enum: "total_users" "total_users_change" "total_interactions_volume" "total_interactions_volume_change" "nft_count" "total_marketcap" "total_marketcap_change" "unique_wallets" "unique_wallets_change" "avg_earnings" "game_revenue" "game_activity" "avg_game_action" "active_users" "active_users_change" "retention_rate" "retention_rate_change" "game_interactions" "game_interactions_change" "total_interaction" "total_interaction_change" "interaction_rate" "interaction_rate_change" "bot_count" "bot_native_price" "bot_volume" "churn_rate" "retained_players" "retained_players_percentage" "overall_transactions" "transactions_excluding_bots" "transactions_including_bots" "trending_players" "engagement_rate"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT gaming metrics by game

Game-Level Metrics are aggregated across all contracts and features associated with a specific NFT game to provide a holistic view of performance.

Metrics Includes: Active Users (DAU): Number of unique wallets interacting with any part of the game daily. Transaction Volume: Total value of NFT or token trades within the game ecosystem. Revenue / Earnings Trends: Average earnings per user or total rewards distributed. Chrun rate/ Engagement rate: Helps gauge user growth and stickiness to a game.

Multi-Chain Visibility across ethereum, polygon, binance, avalanche, linea, base metrics can be segmented or aggregated per blockchain.

These insights helps, developers to improve features based on usage trends, investors to assess project traction and value, players to understand economic dynamics and potential ROI, researchers/analysts to track trends across the NFT gaming ecosystem.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

game
Array of strings

Name of the game

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "total_users"
Enum: "total_users" "total_users_change" "total_interactions_volume" "total_interactions_volume_change" "nft_count" "total_marketcap" "total_marketcap_change" "unique_wallets" "unique_wallets_change" "avg_earnings" "game_revenue" "game_activity" "avg_game_action" "active_users" "active_users_change" "retention_rate" "retention_rate_change" "game_interactions" "game_interactions_change" "total_interaction" "total_interaction_change" "interaction_rate" "interaction_rate_change" "bot_count" "bot_native_price" "bot_volume" "churn_rate" "retained_players" "retained_players_percentage" "overall_transactions" "transactions_excluding_bots" "transactions_including_bots" "engagement_rate" "total_transaction" "total_transaction_change" "smart_contract_interactions" "smart_contract_interactions_change"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Transactions

NFT Transactions

Retrieve a paginated and sorted list of NFT transactions, providing detailed information about each transaction.

The response includes:

  • blockchain details: Information about the blockchain and chain ID.

  • collection information: Collection name, contract address, and contract creation date.

  • transaction details:

    • contract type: Type of contract (e.g., ERC721).
    • transaction hash: Unique identifier for the transaction.
    • wash trade status: Indicator of potential wash trading.
    • marketplace: Marketplace involved, if applicable.
    • receiving and sending addresses: Wallet addresses of the sender and receiver.
    • sale price (USD): Sale price converted to USD.
    • transaction timestamp: Date and time of the transaction.
    • token ID: Identifier for the NFT involved in the transaction.
    • transaction type: Type of transaction (e.g., "mint","transfer","burn").

This data provides a comprehensive view of transaction activity for specified NFT collections, supporting analysis of trading patterns, value transfers, and ownership changes within the blockchain ecosystem.

You can query this API using any one of the following parameters:

  • wallet address: Returns all transactions where the wallet is the sender or receiver. Useful for analyzing a user’s transaction history.
  • contract address: Returns all transactions for a specific NFT collection.
  • token id + contract address: Returns the complete transaction history for a specific NFT asset within the collection.
  • transaction hash: Retrieves detailed information about a specific transaction.

Note: If multiple parameters are provided, the API treats them with OR logic and returns combined results from all matching queries.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "24h"
Enum: "15m" "30m" "24h" "7d" "30d" "90d"

Time range to filter results

token_id
Array of strings

Token is_washtrade of NFT Contract

transaction_hash
string
Default: null

Transaction hash of the blockchain

wallet_address
string
Default: null

address of the wallet

contract_address
string
Default: null

address of the contract

sort_by
required
string
Default: "timestamp"
Enum: "timestamp" "sale_price_usd"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Floor Price

NFT Floor Price

Get the floor price of each collection across marketplace

query Parameters
blockchain
required
string
Value: "ethereum"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

contract_address
Array of strings

Metric group values to return

marketplace_name
Array of strings

Name of the marketplace

collection_name
Array of strings

Name of the collection

sort_by
string
Default: "floor_price_usd"
Value: "floor_price_usd"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Price Estimate

NFT Token Price Estimate

Retrieve the predicted price details for a specific NFT within the requested collection.

The response includes:

  • rarity sales: Metrics related to the NFT's rarity and its impact on predicted sales.

  • collection drivers: Key factors influencing the collection's value.

  • additional metrics: Other relevant data points supporting the price prediction.

This information provides insights into the predicted market value of the NFT based on rarity, collection trends, and key metrics.

query Parameters
blockchain
required
string
Enum: "ethereum" "binance" "polygon" "solana"

Filter or get aggregate blockchain data

contract_address
required
string

Address of the contract

token_id
required
string

token id of the contract address

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Liquify collection Price Estimate

Retrieve the predicted price details for the requested NFT collection and specific NFT.

The response includes:

  • collection price prediction: Estimated market value for the overall collection.

  • NFT-specific price prediction: Predicted price for the individual NFT within the collection.

This information provides insights into the expected market performance of both the collection as a whole and the specified NFT.

query Parameters
blockchain
required
string
Enum: "ethereum" "binance" "polygon" "solana"

Filter or get aggregate blockchain data

contract_address
required
string

Address of the contract

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Liquify Supported Collections

Retrieve comprehensive metadata for supported collections with price predictions generated by our AI model.

The response includes:

  • collection metadata: Detailed information about each collection for which price predictions are available.

This information provides users with an overview of the collections supported by the AI model for price prediction.

query Parameters
blockchain
required
string
Enum: "ethereum" "binance" "polygon" "solana"

Filter or get aggregate blockchain data

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{}

NFT Brand

NFT Brand Metrics

Retrieve detailed metrics for a specific NFT brand or category, providing aggregated performance insights across collections, contracts, and trading activity.

The response includes:

  • brand & collection info: Brand name, category, blockchain, chain ID, collection names, contract addresses, total assets, and number of contracts.

  • market metrics: Market cap, total trading volume, and per-marketplace volume (e.g., OpenSea, Blur).

  • revenue data: Minting, primary and secondary sales, royalties, and total revenue.

  • user & trading activity: Number of holders, interactions, growth rate, retained traders.

  • trade performance: Profitable vs. loss-making trades, and associated volumes.

This API enables a high-level analysis of brand performance and trading behavior across the NFT ecosystem, supporting research into brand engagement, monetization, and collector loyalty.

You can query this API using one or both of the following filters:

  • brand: Filters metrics for a specific NFT brand (e.g., Nike).
  • category: Filters metrics by the brands industry segment (e.g., Fashion).

Note:

  • If both parameters are provided, the API returns data only when the brand belongs to the specified category; otherwise, the response will be empty.
  • If only one parameter is provided, results are filtered based on that single parameter.
query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "binance" "polygon" "solana" "avalanche" "linea"

Filter or get aggregate blockchain data

brand
Array of strings

Brand group values to return

category
Array of strings
Items Enum: "Fashion" "Metaverse" "Social Media" "Sports" "Food & Beverage" "Cars" "Sports Club" "Skincare & Cosmetics" "Restaurant & Hotel membership" "Books" "Media & Entertainment" "Collectibles"

Brand categories

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "total_volume"
Enum: "mint_tokens" "mint_revenue" "primary_sale_revenue" "secondary_sale_revenue" "interactions" "total_volume" "total_revenue" "holders" "royalty_revenue" "traders" "growth_rate" "retained_traders" "mcap" "marketplace_volume"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Brand contract metrics

Retrieve detailed contract metrics for an NFT brand, offering specific insights into contract-level performance and activity.

The response includes:

  • contract details: Number of contracts, total assets, blockchain, brand name, chain ID, and associated collection and contract addresses.

  • performance metrics:

    • growth rate: Contract growth over time.
    • number of holders: Total count of NFT holders.
    • user interactions: Engagement metrics related to user interactions.
    • marketplace volumes: Volume traded across marketplaces.
    • market capitalization: Valuation of assets under the brand's contracts.
    • minting revenue: Revenue from minting activities.
    • primary and secondary sale revenues: Earnings from initial and secondary sales.
    • retained traders: Number of repeat traders.
    • royalty revenue: Revenue generated from royalties.
    • total revenue: Overall revenue associated with the brand's contracts.
    • total volume: Aggregate trading volume.
    • number of traders: Count of unique traders.

This information provides a granular view of the brand's contract-level activity, financial performance, and trading dynamics within the NFT market.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "binance" "polygon" "solana" "avalanche" "linea"

Filter or get aggregate blockchain data

contract_address
Array of strings

Metric group values to return

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

sort_by
required
string
Default: "total_volume"
Enum: "mint_tokens" "mint_revenue" "primary_sale_revenue" "secondary_sale_revenue" "interactions" "total_volume" "total_revenue" "holders" "royalty_revenue" "traders" "growth_rate" "retained_traders" "mcap" "marketplace_volume"

Property to sort result set by

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token

Token Balance

Retrieve a detailed overview of token balances held by a specified address, including essential blockchain details such as the network name, chain ID, and contract address. This ensures clarity on the source of the data.

For each token, the response provides key metrics, including the token name, symbol, and decimal precision. It also includes the quantity held by the address, offering insight into token ownership. By incorporating these details, the response enables a better understanding of the tokens nature and distribution.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

token_address
Array of strings

Address of the Token

address
Array of strings

Address of the Wallet

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Metrics

Retrieve key metrics and metadata for a specified token, offering insights into its market performance, liquidity, and activity. The response includes essential details such as the token address, name, symbol, blockchain, and chain ID, ensuring clarity and verification of its origin.

The data provides analytical scores evaluating various aspects of the token, including age, holder distribution, liquidity pool participation, market capitalization, trading activity, and profitability. Additionally, it includes real-time and historical metrics such as 24-hour and all-time trading volume, current price, total and circulating supply, number of holders, and market cap.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

token_address
Array of strings

Address of the Token

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Holders

Retrieve a list of the top token holders, detailing their ownership and distribution. The response includes key blockchain details such as the network name, chain ID, and contract address for clarity.

For each holder, the data provides the wallet address, token balance, and quantity held. Additionally, it includes token-specific details like the name, symbol, decimal precision, and contract address, offering insight into token distribution and holder concentration.

query Parameters
blockchain
required
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

token_address
Array of strings

Address of the Token

time_range
string
Default: "all"
Value: "all"

Time range to filter results

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Transfers

Retrieve a list of token transactions, sorted by the most recent activity. Each transaction includes key details such as sender and receiver addresses, timestamp, token address, transaction hash, and the transferred amount in both native units and USD (if available).

This data helps track token movements, analyze trading activity, and assess liquidity trends, supporting research, portfolio tracking, and market analysis.

query Parameters
token_address
Array of strings

Address of the Token

blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Price Prediction

Retrieve a token price prediction with key market indicators and volatility trends. The response includes an estimated price range with upper and lower bounds to assess potential movements.

Key metrics cover price estimate, volatility trends, Bitcoin and Ethereum influence, and trading volume trends. Blockchain details, including token address and symbol, ensure clarity. This data helps investors and traders analyze price trends, risks, and market conditions effectively.

query Parameters
token_address
Array of strings

Address of the Token

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Dex Price

Retrieve the USD price of an ERC-20 token from decentralized exchanges (DEXs). The response provides real-time pricing data, ensuring accurate valuation based on the latest market activity.

Key metrics include the tokens price in USD, trading volume, liquidity depth, and relevant blockchain details such as token address and symbol. This data helps investors, traders, and analysts assess market value, track price fluctuations, and make informed trading decisions.

query Parameters
blockchain
required
Array of strings
Items Enum: "ethereum" "base"

Filter or get aggregate blockchain data

token_address
required
Array of strings

Address of the Token

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Price Forecast

Get token price forecast

query Parameters
token_address
Array of strings

Address of the Token

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": { }
}

Token Historical Price

Get ERC20 token historcial price in USD

query Parameters
blockchain
required
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

token_address
required
Array of strings

Address of the Token

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Historical Price OHLC

This endpoint provides OHLC (Open, High, Low, Close) token prices

query Parameters
blockchain
required
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

token_address
required
Array of strings

Address of the Token

time_range
string
Default: "24h"
Enum: "24h" "7d" "30d" "90d" "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Token Price Hourly

Get token price hourly

query Parameters
token_address
Array of strings

Address of the Token

sort_order
string
Default: "desc"
Enum: "asc" "desc"

Order to sort the result set in

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": { }
}

DeFi

DeFi Pool Metadata

Retrieve a comprehensive overview of a decentralized exchange (DEX) liquidity pool by passing the pair address, including key metrics such as liquidity composition, ownership percentage, ranking, and relevant details.

The response provides blockchain details, chain ID, deployment date, and deployer address, ensuring clarity on which network and protocol the data is sourced from. For each pair address, the response includes pool type, protocol, token reserves, and liquidity details, enabling insight into the pools structure and trading activity. It also lists the deployed date, deployer address, and token specifications, providing a complete overview of the liquidity pool.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

pair_address
Array of strings

Address of the Wallet

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

DeFi Pool Metrics

Retrieve a comprehensive overview of a decentralized exchange (DEX) liquidity pool by passing the pair address, including key metrics such as total value locked (TVL), token reserves, trading volume, and transaction activity.

The response provides blockchain details, protocol name, and pair address, ensuring clarity on which network and platform the data is sourced from. For each pair address, the response includes token reserves, token prices, liquidity share, and transaction history, enabling insight into the pools liquidity and trading performance. It also lists the total transaction count, volume changes over different timeframes, and historical trading data, providing a complete overview of the liquidity pools activity and market impact.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

pair_address
Array of strings

Address of the Wallet

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

DeFi Protocol Metadata

Retrieve a comprehensive overview of a decentralized exchange (DEX) liquidity pool by passing the pair address, including key metrics such as deployment details, protocol version, and token specifications.

The response provides blockchain details, chain ID, deployed date, and deployer address, ensuring clarity on which network and protocol the data is sourced from. For each pair address, the response includes protocol version, token details, and contract information, enabling insight into the liquidity pool's structure and the assets involved. It also lists the token names, symbols, decimals, and contract addresses, providing a complete overview of the liquidity pool within the specified protocol.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

protocol
Array of strings

protocol of defi

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

DeFi Supported Protocols

Retrieve a comprehensive overview of the supported decentralized exchange (DEX) protocols for a particular blockchain network.

The response provides a list of protocols supported by a specific blockchain , ensuring clarity on which protocols are available for trading and liquidity provision on that network. For each blockchain, the response includes the name of the protocol(s) supported, providing insights into the diversity of DeFi platforms available for users on that blockchain. This data helps users identify and choose the right platform for liquidity provision, trading, or yield farming within a given blockchain ecosystem.

query Parameters
blockchain
Array of strings
Items Enum: "ethereum" "base" "polygon"

Filter or get aggregate blockchain data

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

DeFi Swaps and Transfers

Retrieve a comprehensive view of decentralized exchange (DEX) swap and transfer activity by providing any one of several identifiers, including wallet address, token address, transaction hash, or liquidity pair address. This API delivers enriched transactional data across various DEX protocols.

The response includes blockchain and chain ID details to ensure clarity on the source network. For each match, the API provides transaction direction (sender/receiver), token flow (token in/out), transaction hash, pool address, and token metadata offering insight into asset movement, trading behavior, and liquidity routing.

This API allows querying swap and transfer data using any one of the following parameters:

  • wallet address: Returns all swaps and transfers involving the specified wallet.
  • token address: Retrieves transactions where the token appears as either input or output.
  • transaction hash: Fetches detailed information for a specific swap transaction.
  • pair address: Returns all transactions involving a specific liquidity pool.

Note: If multiple parameters are provided, the API treats them with OR logic and returns combined results from all matching queries.

query Parameters
blockchain
string
Default: "ethereum"
Enum: "ethereum" "base"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

token_address
string
Default: null

address of the token

transaction_hash
string
Default: null

Transaction hash of the blockchain

wallet_address
string
Default: null

address of the wallet

pair_address
string
Default: null

address of the pool

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet

DeFi Portfolio

Retrieve a comprehensive overview of a wallets DeFi portfolio, including key metrics such as token holdings, blockchain details, and asset quantities.

The response provides wallet address, blockchain name, chain ID, and token details, ensuring clarity on which network and assets the wallet holds. For each wallet address, the response includes token address, token name, symbol, decimal precision, and quantity held, enabling insight into the wallets DeFi asset composition. It also lists the blockchain network and chain ID, providing a complete overview of the wallets portfolio across supported DeFi platforms.

query Parameters
address
required
Array of strings

Address of the Wallets

blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "polygon" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

NFT Portfolio

Retrieve a comprehensive overview of a wallets NFT holdings, including key metrics such as collection details, contract type, token ID, and quantity owned.

The response provides blockchain details, chain ID, contract address, and collection information, ensuring clarity on which network and NFT assets the wallet holds. For each wallet address, the response includes NFT contract type, token ID, quantity held, and collection address, enabling insight into the wallets NFT portfolio. It also lists the blockchain network and chain ID, providing a complete overview of the wallets NFT holdings across supported ecosystems.

query Parameters
wallet
required
Array of strings

Address of the Wallets

blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "binance" "bitcoin" "polygon" "solana"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

ERC20 Portfolio

Retrieve a comprehensive overview of a wallets ERC-20 token holdings, including key metrics such as token details, quantity owned, and blockchain information.

The response provides wallet address, blockchain name, chain ID, and token contract address, ensuring clarity on which network and assets the wallet holds. For each wallet address, the response includes token name, symbol, decimal precision, and quantity held, enabling insight into the wallets ERC-20 asset composition. It also lists the blockchain network and chain ID, providing a complete overview of the wallets token portfolio across supported ecosystems.

query Parameters
address
required
Array of strings

Address of the Wallets

blockchain
string
Default: "ethereum"
Enum: "ethereum" "base" "polygon" "full"

Filter or get aggregate blockchain data

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet label

Retrieve a comprehensive overview of a wallets classification and associated risk factors, including key metrics such as activity type, security status, and protocol involvement.

The response provides wallet address, blockchain details, and chain ID, ensuring clarity on which network the wallet operates on. For each wallet address, the response includes labels indicating whether the wallet is associated with DeFi, exchanges, lending, NFTs, MEV, mining, scams, hacks, or illicit activities, enabling insight into the wallets purpose and risk profile. It also lists risk categories, scam involvement, and contract interactions, providing a complete overview of the wallet’s behavioral patterns within the ecosystem.

query Parameters
address
required
Array of strings

Address of the Wallets

blockchain
Array of strings
Items Enum: "ethereum" "binance" "bitcoin" "polygon" "solana"

Blockchain of the Wallets

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Score

Retrieve a comprehensive overview of a wallets activity and risk assessment, including key metrics such as interaction patterns, classification, and risk scores.

The response provides wallet address, blockchain details, chain ID, and classification type, ensuring clarity on the wallet's status within the network. For each wallet address, the response includes anomalous pattern score, associated token score, risk interaction score, and wallet age score, enabling insight into the wallets behavior and reliability. It also lists interaction scores related to smart contracts, staking, governance, and centralized platforms, providing a complete evaluation of the wallets overall activity and potential risks.

query Parameters
wallet_address
required
Array of strings

wallet address

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}

Wallet Metrics

Retrieve a comprehensive overview of a wallets transactional activity, including key metrics such as transaction volume, inflow/outflow data, and wallet age.

The response provides wallet address, start timestamp, and blockchain activity details, ensuring clarity on the wallets usage and movement of funds. For each wallet address, the response includes the number of incoming and outgoing transactions, inflow and outflow amounts (in ETH and USD), total transaction count, and gas usage, enabling insight into the wallets financial activity. It also lists the number of unique inflow and outflow addresses, providing a complete overview of the wallets transaction behavior and movement patterns within the network.

query Parameters
blockchain
required
string
Default: "ethereum"
Enum: "ethereum" "polygon"

Filter or get aggregate blockchain data

wallet
required
Array of strings

wallet address

time_range
string
Default: "all"
Value: "all"

Time range to filter results

offset
integer >= 0
Default: 0

Index of the page to return

limit
integer [ 1 .. 100 ]
Default: 30

Number of items to return in the result set

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    }
}