bitsCrunch Network API V2 (1.0.0)
Download OpenAPI specification:Download
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
- 200
{- "data": [
- {
- "id": 1,
- "name": "Ethereum",
- "symbol": "ETH",
- "chain_id": 1,
- "description": "Ethereum main network for decentralized applications."
}, - {
- "id": 2,
- "name": "Polygon",
- "symbol": "MATIC",
- "chain_id": 137,
- "description": "Polygon network offering scalable and low-cost transactions."
}, - {
- "id": 3,
- "name": "BNB Chain",
- "symbol": "BNB",
- "chain_id": 56,
- "description": "BNB Chain supporting DeFi and smart contract platforms."
}
], - "pagination": {
- "total": 3,
- "limit": 10,
- "offset": 0
}
}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
- 200
{- "data": [
- {
- "block_dates": [
- "2025-10-01 00:00:00",
- "2025-10-01 01:00:00",
- "2025-10-01 02:00:00"
], - "sales": 1234,
- "sales_change": 0.05,
- "sales_trend": [
- 100,
- 200,
- 300
], - "transactions": 5678,
- "transactions_change": -0.02,
- "transactions_trend": [
- 400,
- 500,
- 600
], - "transfers": 91011,
- "transfers_change": 0.1,
- "transfers_trend": [
- 1000,
- 2000,
- 1500
], - "volume": 123456.78,
- "volume_change": 0.03,
- "volume_trend": [
- 10000,
- 20000,
- 15000
], - "updated_at": "2025-10-01T02:00:00Z"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_dates": [
- "2025-10-08 00:00:00",
- "2025-10-08 01:00:00",
- "2025-10-08 02:00:00"
], - "blockchain": "ethereum",
- "chain_id": 1,
- "holders": "15000",
- "holders_change": 0.12,
- "holders_trend": [
- 500,
- 600,
- 550
], - "holders_whales": "300",
- "holders_whales_change": -0.05,
- "holders_whales_trend": [
- 50,
- 60,
- 55
]
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_dates": [
- "2025-10-08 00:00:00",
- "2025-10-08 01:00:00",
- "2025-10-08 02:00:00"
], - "blockchain": "ethereum",
- "chain_id": 1,
- "market_cap": "6300000000",
- "market_cap_change": -0.02,
- "market_cap_trend": [
- 6300000000,
- 6310000000,
- 6295000000
], - "marketstate": 50,
- "marketstate_trend": [
- 50,
- 52,
- 49
], - "nft_market_fear_and_greed_index": 37,
- "nft_market_fear_and_greed_index_trend": [
- 35,
- 38,
- 37
]
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_dates": [
- "2025-10-08 00:00:00",
- "2025-10-08 01:00:00",
- "2025-10-08 02:00:00"
], - "blockchain": "ethereum",
- "chain_id": 1,
- "traders": 5000,
- "traders_change": 0.1,
- "traders_trend": [
- 300,
- 350,
- 400
], - "traders_buyers": 3200,
- "traders_buyers_change": 0.08,
- "traders_buyers_trend": [
- 180,
- 190,
- 200
], - "traders_sellers": 2800,
- "traders_sellers_change": 0.05,
- "traders_sellers_trend": [
- 150,
- 160,
- 170
], - "updated_at": "2025-10-08T02:00:00Z"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_dates": [
- "2025-10-08 00:00:00",
- "2025-10-08 01:00:00",
- "2025-10-08 02:00:00"
], - "blockchain": "ethereum",
- "chain_id": 1,
- "washtrade_assets": "20",
- "washtrade_assets_change": -0.1,
- "washtrade_assets_trend": [
- 1,
- 2,
- 1
], - "washtrade_level": 1,
- "washtrade_suspect_sales": "40",
- "washtrade_suspect_sales_change": -0.05,
- "washtrade_suspect_sales_trend": [
- 2,
- 3,
- 1
], - "washtrade_suspect_transactions": "25",
- "washtrade_suspect_transactions_change": -0.08,
- "washtrade_suspect_transactions_trend": [
- 1,
- 2,
- 1
], - "washtrade_volume": 350000,
- "washtrade_volume_change": -0.1,
- "washtrade_volume_trend": [
- 10000,
- 15000,
- 12000
], - "washtrade_wallets": "22",
- "washtrade_wallets_change": -0.05,
- "washtrade_wallets_trend": [
- 2,
- 3,
- 2
]
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x1234567890abcdef1234567890abcdef12345678",
- "marketplaces": "ExampleMarket"
}, - {
- "blockchain": "linea",
- "chain_id": 59144,
- "contract_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "marketplaces": "AnotherMarket"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "opensea",
- "name": "opensea",
- "sales": 11049,
- "sales_change": 4.9587,
- "transactions": 5948,
- "transactions_change": 7.8122,
- "transfers": 11049,
- "transfers_change": 4.9587,
- "updated_at": "2025-09-30T01:46:15Z",
- "volume": 6214521.6761,
- "volume_change": 9.3288
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "rarible",
- "name": "rarible",
- "sales": 10,
- "sales_change": 400,
- "transactions": 9,
- "transactions_change": 350,
- "transfers": 10,
- "transfers_change": 400,
- "updated_at": "2025-09-30T01:46:15Z",
- "volume": 3095.5564,
- "volume_change": 887.2152
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "holders": "3620",
- "holders_change": 27.6896,
- "id": "opensea",
- "name": "opensea",
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "holders": "126",
- "holders_change": 35.4839,
- "id": "blur",
- "name": "blur",
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "opensea",
- "name": "opensea",
- "traders": 5452,
- "traders_buyers": 3508,
- "traders_buyers_change": 22.1874,
- "traders_change": 12.8311,
- "traders_sellers": 3060,
- "traders_sellers_change": 7.5193,
- "updated_at": "2025-09-29T23:32:23Z",
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "blur",
- "name": "blur",
- "traders": 286,
- "traders_buyers": 184,
- "traders_buyers_change": -13.2075,
- "traders_change": -14.881,
- "traders_sellers": 126,
- "traders_sellers_change": -20.2532,
- "updated_at": "2025-09-29T23:32:23Z",
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "opensea",
- "name": "opensea",
- "washtrade_assets": "13",
- "washtrade_assets_change": -18.75,
- "washtrade_suspect_sales": "34",
- "washtrade_suspect_sales_change": -5.5556,
- "washtrade_suspect_sales_ratio": "0.00000643",
- "washtrade_suspect_sales_ratio_change": "0.00000606",
- "washtrade_suspect_transactions": "17",
- "washtrade_suspect_transactions_change": -5.5556,
- "washtrade_volume": 391833.1644,
- "washtrade_volume_change": 25.0152,
- "washtrade_wallets": "31",
- "washtrade_wallets_change": -0.0882
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "id": "blur",
- "name": "blur",
- "washtrade_assets": "10",
- "washtrade_assets_change": -23.0769,
- "washtrade_suspect_sales": "26",
- "washtrade_suspect_sales_change": -13.3333,
- "washtrade_suspect_sales_ratio": "0.00000492",
- "washtrade_suspect_sales_ratio_change": "0.00000454",
- "washtrade_suspect_transactions": "13",
- "washtrade_suspect_transactions_change": -13.3333,
- "washtrade_volume": 289910.0537,
- "washtrade_volume_change": -52.3209,
- "washtrade_wallets": "13",
- "washtrade_wallets_change": -0.1333
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "banner_image_url": "",
- "blockchain": "ethereum",
- "brand": "",
- "category": "others",
- "chain_id": 1,
- "close_colours": [
- "#0064C2",
- "#CC6AB5",
- "#753DC4",
- "#5050C4"
], - "collection": "🐸 • Pepe • 🐸",
- "collection_id": 10626174369876988000,
- "contract_address": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444",
- "contract_created_date": "2024-06-22",
- "contract_type": "ERC721",
- "description": "",
- "discord_url": "",
- "distinct_nft_count": 6,
- "end_token_id": "6",
- "instagram_url": "",
- "marketplaces": "{\"marketplace\":\"opensea\",\"marketplace_url\":\"https://opensea.io/collection/pepe-805\",\"collection_id\":\"pepe-805\"}",
- "slug_name": "pepe-805",
- "start_token_id": "1",
- "telegram_url": "",
- "top_contracts": [
- "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444"
]
}, - {
- "blockchain": "ethereum",
- "brand": "",
- "category": "others",
- "chain_id": 1,
- "close_colours": [
- "#5050C4",
- "#CC6AB5",
- "#753DC4",
- "#89C4F9"
], - "collection": "🌊 [01] can't help myself - bloomy btw 🌊",
- "collection_id": 8497554295380612000,
- "contract_address": "0x111122223333444455556666777788889999AAAA",
- "contract_created_date": "2022-10-21T19:01:22.194680+00:00",
- "contract_type": "ERC721",
- "description": "ft. channel tres & omgkirby (produced by omgkirbyDAO)",
- "discord_url": null,
- "distinct_nft_count": 101,
- "end_token_id": "99",
- "marketplaces": "{\"marketplace\":\"opensea\",\"marketplace_url\":\"https://opensea.io/collection/example-collection\",\"collection_id\":\"example-collection\"}",
- "medium_url": null,
- "slug_name": "example-collection",
- "start_token_id": "1",
- "telegram_url": null,
- "top_contracts": [
- "0x111122223333444455556666777788889999AAAA"
]
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "acquired_date": "2025-06-12T10:34:59Z",
- "blockchain": "ethereum",
- "collection": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444",
- "contract_address": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444",
- "contract_type": "ERC1155",
- "quantity": 1,
- "token_id": "0",
- "wallet": "0x111122223333444455556666777788889999AAAA"
}, - {
- "acquired_date": "2025-06-12T10:34:47Z",
- "blockchain": "ethereum",
- "collection": "0x111122223333444455556666777788889999BBBB",
- "contract_address": "0x111122223333444455556666777788889999BBBB",
- "contract_type": "ERC721",
- "quantity": 1,
- "token_id": "4776405062669444721",
- "wallet": "0xAAAA1111BBBB2222CCCC3333DDDD4444EEEE5555"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444",
- "assets": 36,
- "assets_change": 0,
- "assets_trend": [
- 1,
- 0,
- 1,
- 3,
- 1,
- 10,
- 11,
- 5
], - "block_dates": [
- "2025-06-11 11:00:00",
- "2025-06-11 12:00:00",
- "2025-06-11 13:00:00"
], - "floor_price_native": null,
- "floor_price_usd": null,
- "sales": 245,
- "sales_change": 3,
- "sales_trend": [
- 1,
- 0,
- 1,
- 2,
- 1,
- 69,
- 27,
- 5
], - "transactions": 299,
- "transactions_change": 4,
- "transactions_trend": [
- 1,
- 0,
- 1,
- 4,
- 1,
- 63,
- 27,
- 6
], - "transfers": 259,
- "transfers_change": 3,
- "transfers_trend": [
- 1,
- 0,
- 1,
- 3,
- 1,
- 69,
- 27,
- 6
], - "volume": 17388.53,
- "volume_change": 2,
- "volume_trend": [
- 4306.22,
- 0,
- 11.64,
- 6876.79,
- 11.64,
- 781.33,
- 333.04,
- 64.83
], - "updated_at": "2025-06-17T11:00:33Z"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x111122223333444455556666777788889999BBBB",
- "assets": 281,
- "assets_change": 0,
- "assets_trend": [
- 5,
- 4,
- 3,
- 23,
- 54,
- 14,
- 11,
- 11
], - "block_dates": [
- "2025-06-11 11:00:00",
- "2025-06-11 12:00:00",
- "2025-06-11 13:00:00"
], - "floor_price_native": null,
- "floor_price_usd": null,
- "sales": 208,
- "sales_change": 0,
- "sales_trend": [
- 6,
- 4,
- 3,
- 24,
- 54,
- 14,
- 13,
- 12
], - "transactions": 245,
- "transactions_change": 0,
- "transactions_trend": [
- 6,
- 5,
- 3,
- 10,
- 20,
- 12,
- 11,
- 7
], - "transfers": 337,
- "transfers_change": 0,
- "transfers_trend": [
- 6,
- 5,
- 3,
- 25,
- 54,
- 15,
- 13,
- 12
], - "volume": 40484.62,
- "volume_change": -0.57,
- "volume_trend": [
- 1557.35,
- 1078.45,
- 773.89,
- 3036.6,
- 7508.3,
- 3406.68,
- 3423.21,
- 2562.53
], - "updated_at": "2025-06-17T11:00:33Z"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233334444",
- "holders": "997",
- "holders_change": "0",
- "holders_tokens_1": "970",
- "holders_tokens_1_trend": [
- 1,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_2": "75",
- "holders_tokens_2_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_3_5": "64",
- "holders_tokens_3_5_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_6_9": "11",
- "holders_tokens_6_9_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_9plus": "24",
- "holders_tokens_9plus_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_10_15": "13",
- "holders_tokens_10_15_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_16_25": "5",
- "holders_tokens_16_25_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_25plus": "6",
- "holders_tokens_25plus_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
], - "total_holder_trend": "[997,0,0,0,0]"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x111122223333444455556666777788889999BBBB",
- "holders": "9906",
- "holders_change": "0",
- "holders_tokens_1": "7708",
- "holders_tokens_1_trend": [
- 0,
- 0,
- 0,
- 0,
- 1,
- 0
], - "holders_tokens_2": "1595",
- "holders_tokens_2_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_3_5": "804",
- "holders_tokens_3_5_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_6_9": "191",
- "holders_tokens_6_9_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_9plus": "213",
- "holders_tokens_9plus_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_10_15": "105",
- "holders_tokens_10_15_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_16_25": "42",
- "holders_tokens_16_25_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "holders_tokens_25plus": "66",
- "holders_tokens_25plus_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
], - "total_holder_trend": "[9906,0,0,0,0]"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0xAAAABBBBCCCCDDDDEEEEFFFF1111222233335555",
- "marketcap": null,
- "marketcap_change": null,
- "marketcap_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "minting_revenue": 0,
- "price_avg": "0",
- "price_avg_change": "nan",
- "price_avg_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "price_ceiling": 0,
- "price_ceiling_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "royalty_price": "0",
- "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
]
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x111122223333444455556666777788889999AAAA",
- "marketcap": null,
- "marketcap_change": null,
- "marketcap_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "minting_revenue": 0,
- "price_avg": "0",
- "price_avg_change": "nan",
- "price_avg_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "price_ceiling": 0,
- "price_ceiling_trend": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
], - "royalty_price": "0",
- "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
]
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x111122223333444455556666777788889999AAAA",
- "traders": 273,
- "traders_buyers": 217,
- "traders_buyers_change": "5.78",
- "traders_sellers": 148,
- "traders_sellers_change": "3.63",
- "traders_change": "3.79",
- "traders_trend": [
- 23,
- 14,
- 15,
- 22,
- 19,
- 20
], - "traders_buyers_trend": [
- 17,
- 7,
- 9,
- 14,
- 11,
- 13
], - "traders_sellers_trend": [
- 11,
- 7,
- 7,
- 14,
- 11,
- 9
], - "block_dates": [
- "2025-06-12 01:00:00",
- "2025-06-12 08:00:00",
- "2025-06-11 23:00:00"
], - "updated_at": "2025-06-17T10:41:12Z"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "traders": 165,
- "traders_buyers": 66,
- "traders_buyers_change": "-0.28",
- "traders_sellers": 106,
- "traders_sellers_change": "-0.33",
- "traders_change": "-0.30",
- "traders_trend": [
- 15,
- 4,
- 3,
- 4,
- 11,
- 4
], - "traders_buyers_trend": [
- 7,
- 2,
- 1,
- 2,
- 4,
- 2
], - "traders_sellers_trend": [
- 9,
- 2,
- 2,
- 2,
- 8,
- 2
], - "block_dates": [
- "2025-06-12 09:00:00",
- "2025-06-12 10:00:00",
- "2025-06-11 20:00:00"
], - "updated_at": "2025-06-17T10:41:12Z"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x111122223333444455556666777788889999AAAA",
- "washtrade_assets": 8,
- "washtrade_assets_change": -0.2,
- "washtrade_suspect_sales": 28,
- "washtrade_suspect_sales_change": 0.077,
- "washtrade_volume": 163116.8,
- "washtrade_volume_change": 0.338,
- "washtrade_wallets": 14,
- "washtrade_wallets_change": -0.125,
- "washtrade_assets_trend": [
- 0,
- 0,
- 1,
- 0,
- 0,
- 0
], - "washtrade_suspect_sales_trend": [
- 0,
- 0,
- 2,
- 0,
- 0,
- 0
], - "washtrade_suspect_transactions_trend": [
- 0,
- 0,
- 1,
- 0,
- 0,
- 0
], - "washtrade_volume_trend": [
- 0,
- 0,
- 11413.1,
- 0,
- 0,
- 0
], - "washtrade_wallets_trend": [
- 0,
- 0,
- 2,
- 0,
- 0,
- 0
], - "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
]
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "washtrade_assets": 3,
- "washtrade_assets_change": 2,
- "washtrade_suspect_sales": 8,
- "washtrade_suspect_sales_change": 3,
- "washtrade_volume": 34787.54,
- "washtrade_volume_change": 3.559,
- "washtrade_wallets": 7,
- "washtrade_wallets_change": 2.5,
- "washtrade_assets_trend": [
- 0,
- 0,
- 1,
- 0,
- 0,
- 0
], - "washtrade_suspect_sales_trend": [
- 0,
- 0,
- 2,
- 0,
- 0,
- 0
], - "washtrade_suspect_transactions_trend": [
- 0,
- 0,
- 1,
- 0,
- 0,
- 0
], - "washtrade_volume_trend": [
- 0,
- 0,
- 10114.05,
- 0,
- 0,
- 0
], - "washtrade_wallets_trend": [
- 0,
- 0,
- 2,
- 0,
- 0,
- 0
], - "block_dates": [
- "2025-10-07 00:00:00",
- "2025-10-06 23:00:00",
- "2025-10-06 22:00:00"
]
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "Uniswap v4 Positions NFT",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_type": "ERC721",
- "nft_count": "1014",
- "mint_count": "1",
- "mint_volume": 0,
- "mint_whales": "1",
- "buy_count": "0",
- "buy_volume": 0,
- "buy_whales": "0",
- "sell_count": "0",
- "sell_volume": 0,
- "sell_whales": "0",
- "total_mint_volume": 0,
- "total_sale_volume": 0.938,
- "unique_mint_wallets": "395",
- "unique_buy_wallets": "411",
- "unique_sell_wallets": "24",
- "unique_wallets": "413",
- "whale_holders": "0"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "Checks",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_type": "ERC721",
- "nft_count": "533",
- "mint_count": "0",
- "mint_volume": 0,
- "mint_whales": "0",
- "buy_count": "0",
- "buy_volume": 0,
- "buy_whales": "0",
- "sell_count": "10",
- "sell_volume": 3108.447,
- "sell_whales": "3",
- "total_mint_volume": 0,
- "total_sale_volume": 1830097.96,
- "unique_mint_wallets": "0",
- "unique_buy_wallets": "294",
- "unique_sell_wallets": "269",
- "unique_wallets": "393",
- "whale_holders": "0"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "0x0000000000000000000000000000000000000000",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "collection_score": 37.3,
- "avg_loss_making_trades": 0,
- "avg_profitable_trades": 0,
- "diamond_hands": "2",
- "fear_and_greed_index": 0,
- "holder_metrics_score": 90,
- "liquidity_score": 1,
- "loss_making_trades": "0",
- "loss_making_trades_percentage": 0,
- "loss_making_volume": 0,
- "market_dominance_score": 1,
- "metadata_score": 24,
- "profitable_trades": "0",
- "profitable_trades_percentage": 0,
- "profitable_volume": 0,
- "token_distribution_score": 90,
- "washtrade_index": 100,
- "zero_profit_trades": "0"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "0x0000000000000000000000000000000000000000",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "collection_score": 24.7,
- "avg_loss_making_trades": 0,
- "avg_profitable_trades": 0,
- "diamond_hands": "1",
- "fear_and_greed_index": 0,
- "holder_metrics_score": 0,
- "liquidity_score": 0,
- "loss_making_trades": "0",
- "loss_making_trades_percentage": 0,
- "loss_making_volume": 0,
- "market_dominance_score": 0,
- "metadata_score": 30,
- "profitable_trades": "0",
- "profitable_trades_percentage": 0,
- "profitable_volume": 0,
- "token_distribution_score": 0,
- "washtrade_index": 100,
- "zero_profit_trades": "0"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "category": "arts",
- "description": "The underlying technology develops, a growing pool of artists are selling verified, immutable works to art lovers and speculators, and the space as a whole is waking up to the power and potential of decentralized networks and currencies. With creators and collectors generating meaningful revenue through an entirely digital ecosystem, the tokenization of gifts, memes, and MP4s is emerging as the most exciting and relevant blockchain use case.",
- "holders": 1558637,
- "sales": 94419533,
- "transactions": 10055790,
- "volume": 479824831154.67084
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "category": "avatar",
- "description": "NFT avatars are algorithmically generated digital images of cartoon or pixelated characters, usually from the shoulders up, that are in a “profile picture” format. Each NFT avatar is completely unique, with an array of distinguishing traits i.e., clothing, hairstyles, accessories, etc.)",
- "holders": 3084444,
- "sales": 23819202,
- "transactions": 37345792,
- "volume": 34267960953.391922
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "collection": "",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "trait_type": "🧠 Brain Size",
- "values": "[{\"value\":\" Normal\",\"count\":4939},{\"value\":\" Huge\",\"count\":2170},{\"value\":\" Smol\",\"count\":1661},{\"value\":\" Big\",\"count\":3611},{\"value\":\" Tiny\",\"count\":1754},{\"value\":\" Small\",\"count\":2491},{\"value\":\" Galaxy\",\"count\":2382},{\"value\":\"None\",\"count\":5992}]"
}, - {
- "collection": "",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "trait_type": "👻 Spookiness",
- "values": "[{\"value\":\" Cuddly\",\"count\":1621},{\"value\":\" Impish\",\"count\":1834},{\"value\":\" Unnerving\",\"count\":2508},{\"value\":\" Scary\",\"count\":5261},{\"value\":\" Terrifying\",\"count\":2157},{\"value\":\"None\",\"count\":5992},{\"value\":\" Ghastly\",\"count\":2191},{\"value\":\" Creepy\",\"count\":3436}]"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "buy_volume": 117703.87502981687,
- "nft_bought": "83",
- "nft_bought_change": -0.023529411764705882,
- "nft_sold": "67",
- "nft_sold_change": -0.3020833333333333,
- "nft_mint": "0",
- "nft_mint_change": null,
- "nft_burn": "0",
- "nft_burn_change": null,
- "nft_transfer": "153",
- "nft_transfer_change": -0.16393442622950818,
- "sales": "61",
- "sales_change": -0.12857142857142856,
- "sell_volume": 225349.03220090282,
- "transactions": "153",
- "transactions_change": -0.15,
- "transfers": "154",
- "transfers_change": -0.15846994535519127,
- "minted_value": 0,
- "minted_value_change": null,
- "volume": 343052.90723071963,
- "volume_change": -0.22424592848730396,
- "updated_at": "2025-07-01T06:49:34Z"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "buy_volume": 243815.89450550417,
- "nft_bought": "2",
- "nft_bought_change": 1,
- "nft_sold": "11",
- "nft_sold_change": null,
- "nft_mint": "0",
- "nft_mint_change": null,
- "nft_burn": "0",
- "nft_burn_change": null,
- "nft_transfer": "11",
- "nft_transfer_change": 10,
- "sales": "2",
- "sales_change": null,
- "sell_volume": null,
- "transactions": "3",
- "transactions_change": 2,
- "transfers": "14",
- "transfers_change": 13,
- "minted_value": 0,
- "minted_value_change": null,
- "volume": 243815.89450550417,
- "volume_change": null,
- "updated_at": "2025-07-01T06:49:34Z"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "collection_count": "35",
- "nft_count": "322",
- "portfolio_value": 396068.4212503433,
- "estimated_portfolio_value": 107.18107779804335,
- "pnl": "-33667.457097671984",
- "realized_profit": 0,
- "unrealized_profit": -33667.457097671984,
- "washtrade_nft_count": "0"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "collection_count": "1",
- "nft_count": "204",
- "portfolio_value": 107476.33666992188,
- "estimated_portfolio_value": 17.7145478585517,
- "pnl": "107476.33666992188",
- "realized_profit": 0,
- "unrealized_profit": 107476.33666992188,
- "washtrade_nft_count": "0"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "traders": "1",
- "traders_buyers": "5",
- "traders_buyers_change": 1,
- "traders_sellers": "1",
- "traders_sellers_change": 1,
- "traders_change": -1,
- "updated_at": "2025-06-17T04:21:42Z"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "traders": "1",
- "traders_buyers": "3",
- "traders_buyers_change": 1,
- "traders_sellers": "2",
- "traders_sellers_change": 1,
- "traders_change": -1,
- "updated_at": "2025-06-17T04:21:42Z"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "washtrade_suspect_sales": "3",
- "washtrade_suspect_sales_change": null,
- "washtrade_volume": 72538.70807514404,
- "washtrade_volume_change": null
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "wallet": "0x0000000000000000000000000000000000000000",
- "washtrade_suspect_sales": "1",
- "washtrade_suspect_sales_change": 0,
- "washtrade_volume": 18625.53422300104,
- "washtrade_volume_change": -0.3545089956019806
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "aml_association_level": null,
- "aml_hierarchy_link": "",
- "aml_is_sanctioned": false,
- "aml_risk_association_type": "",
- "aml_risk_inbound_volume": null,
- "aml_risk_level": "",
- "aml_risk_outbound_volume": null,
- "aml_total_inbound_volume": null,
- "aml_total_outbound_volume": null,
- "collection_count": 2,
- "contract_creator": "",
- "is_contract": false,
- "is_custodial": false,
- "is_shark": false,
- "is_whale": false,
- "nft_count": 22,
- "nft_marketplace_reward": { },
- "wallet": "0x0000000000000000000000000000000000000000",
- "washtrade_nft_count": 0
}, - {
- "aml_association_level": null,
- "aml_hierarchy_link": "",
- "aml_is_sanctioned": false,
- "aml_risk_association_type": "",
- "aml_risk_inbound_volume": null,
- "aml_risk_level": "",
- "aml_risk_outbound_volume": null,
- "aml_total_inbound_volume": null,
- "aml_total_outbound_volume": null,
- "collection_count": 3,
- "contract_creator": "",
- "is_contract": false,
- "is_custodial": false,
- "is_shark": false,
- "is_whale": false,
- "nft_count": 9,
- "nft_marketplace_reward": { },
- "wallet": "0x0000000000000000000000000000000000000000",
- "washtrade_nft_count": 0
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "attributes": "",
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "description": "",
- "external_url": "",
- "image_url": "",
- "marketplace": "",
- "name": "",
- "slug_name": "",
- "token_id": "9999999999999999999999999999999999999999999999999991111115678788783443"
}, - {
- "attributes": "",
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "description": "",
- "external_url": "",
- "image_url": "",
- "marketplace": "",
- "name": "",
- "slug_name": "",
- "token_id": "99999999999999999999999999"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "acquired_date": "2025-04-13T15:07:11Z",
- "blockchain": "ethereum",
- "collection": "Bored Ape Yacht Club",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_type": "ERC721",
- "quantity": 1,
- "token_id": "100",
- "wallet": "0x0000000000000000000000000000000000000000"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "assets": 1,
- "assets_change": null,
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_created_date": "2023-04-04T13:34:23Z",
- "sales": 23,
- "sales_change": null,
- "token_id": "82019",
- "transactions": 22,
- "transactions_change": null,
- "transfers": 23,
- "transfers_change": null,
- "updated_at": "2025-09-29T20:39:28Z",
- "volume": 2303.4889369368348,
- "volume_change": null
}, - {
- "assets": 1,
- "assets_change": 0,
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_created_date": "2023-01-31T18:34:11Z",
- "sales": 22,
- "sales_change": 3.4,
- "token_id": "83900326276223624396209202334062868480094849239539259436094650412392559151560",
- "transactions": 21,
- "transactions_change": 2.5,
- "transfers": 22,
- "transfers_change": 2.6666666666666665,
- "updated_at": "2025-09-29T20:39:28Z",
- "volume": 133.69082298465784,
- "volume_change": 3.6440221708499965
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "all_time_low": 121654.97258625245,
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "estimated_price": 0,
- "hold_duration": "0",
- "holders": "1",
- "holders_change": null,
- "max_price": 121654.97258625245,
- "past_owners_count": "6",
- "price": 121654.97258625245,
- "price_ceiling": 121654.97258625245,
- "rarity_rank": 1296,
- "rarity_score": 219.97170118405188,
- "start_price": 121654.97258625245,
- "token_id": "2902",
- "wallet_holder_new": [ ],
- "washtrade_status": "false"
}, - {
- "all_time_low": 77665.29000647702,
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "estimated_price": 0,
- "hold_duration": "0",
- "holders": "0",
- "holders_change": null,
- "max_price": 77665.29000647702,
- "past_owners_count": "9",
- "price": 77665.29000647702,
- "price_ceiling": 77665.29000647702,
- "rarity_rank": 7655,
- "rarity_score": 108.3396062102775,
- "start_price": 77665.29000647702,
- "token_id": "1899",
- "wallet_holder_new": [ ],
- "washtrade_status": "false"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "token_id": "14348293833920273912000000000020811208434744638373632813800000000003984998646",
- "traders": 26,
- "traders_buyers": 14,
- "traders_buyers_change": -0.2222222222222222,
- "traders_change": 0.08333333333333333,
- "traders_sellers": 17,
- "traders_sellers_change": -0.19047619047619047,
- "updated_at": "2025-09-30T01:32:20Z"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "token_id": "83900326276223620000000000334062868480094849239539000000000050412392559151560",
- "traders": 23,
- "traders_buyers": 12,
- "traders_buyers_change": 0.7142857142857143,
- "traders_change": 0.6428571428571429,
- "traders_sellers": 17,
- "traders_sellers_change": 0.7,
- "updated_at": "2025-09-30T01:32:20Z"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "token_id": "4327",
- "washtrade_assets": "1",
- "washtrade_assets_change": 0,
- "washtrade_suspect_sales": "1",
- "washtrade_suspect_sales_change": -0.5,
- "washtrade_suspect_transactions": "1",
- "washtrade_suspect_transactions_change": -0.5,
- "washtrade_volume": 42648.69576395227,
- "washtrade_volume_change": -0.5391225313509257,
- "washtrade_wallets": "3",
- "washtrade_wallets_change": 0.5
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "token_id": "7802",
- "washtrade_assets": "1",
- "washtrade_assets_change": null,
- "washtrade_suspect_sales": "2",
- "washtrade_suspect_sales_change": null,
- "washtrade_suspect_transactions": "2",
- "washtrade_suspect_transactions_change": null,
- "washtrade_volume": 29333.815635210864,
- "washtrade_volume_change": null,
- "washtrade_wallets": "2",
- "washtrade_wallets_change": null
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "chain_id": "1",
- "closing_timestamp": "2025-11-03T19:12:14Z",
- "collection_name": "Meebits",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "deal_score": 26.30358391059493,
- "estimated_eth_price": 0.8411535226461571,
- "listed_eth_price": 0.6199,
- "listing_timestamp": "2025-05-07T19:12:13Z",
- "marketplace": "opensea",
- "thumbnail_palette": "[\"#70F7A9\", \"#E6CC55\", \"#0064C2\", \"#E03131\"]",
- "token_id": "6331"
}, - {
- "chain_id": "1",
- "closing_timestamp": "2025-10-25T16:36:02Z",
- "collection_name": "HV-MTL",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "deal_score": 24.412619321204296,
- "estimated_eth_price": 0.04590713382099545,
- "listed_eth_price": 0.0347,
- "listing_timestamp": "2025-04-25T16:36:07Z",
- "marketplace": "opensea",
- "thumbnail_palette": "[\"#89C4F9\", \"#0064C2\", \"#5050C4\", \"#753DC4\"]",
- "token_id": "17175"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- { }
], - "pagination": { }
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_addresses": [
- "0x0000000000000000000000000000000000000000"
], - "contract_created_date": "",
- "description": "Oooooga Boooooga forever.",
- "discord_url": "",
- "game": "yeti frens",
- "instagram_url": "",
- "medium_url": "",
- "telegram_url": "",
- "twitter_url": ""
}, - {
- "banner_image_url": "",
- "blockchain": "binance",
- "chain_id": 56,
- "contract_addresses": [
- "0x0000000000000000000000000000000000000000"
], - "contract_created_date": "2023-08-13",
- "description": "",
- "discord_url": "",
- "game": "supergym",
- "image_url": "",
- "instagram_url": "",
- "marketplace_url": "",
- "medium_url": "",
- "telegram_url": "",
- "twitter_url": ""
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "contract_addresses": [
- "0x0000000000000000000000000000000000000000"
], - "contract_created_date": "",
- "description": "Oooooga Boooooga forever.",
- "discord_url": "",
- "game": "yeti frens",
- "instagram_url": "",
- "medium_url": "",
- "telegram_url": "",
- "twitter_url": ""
}, - {
- "banner_image_url": "",
- "blockchain": "binance",
- "chain_id": 56,
- "contract_addresses": [
- "0x0000000000000000000000000000000000000000"
], - "contract_created_date": "2023-08-13",
- "description": "",
- "discord_url": "",
- "game": "supergym",
- "image_url": "",
- "instagram_url": "",
- "marketplace_url": "",
- "medium_url": "",
- "telegram_url": "",
- "twitter_url": ""
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "active_users": 1567,
- "active_users_change": 0.0667,
- "active_users_trend": [
- 4,
- 174,
- 170,
- 174,
- 194,
- 202,
- 255,
- 288
], - "avg_earnings": 9446.91,
- "avg_earnings_trend": [
- 0,
- 676.44,
- 762.64,
- 3858.79
], - "avg_game_action": 5.63,
- "avg_game_action_trend": [
- 1.33,
- 3.42,
- 3.25,
- 4.82
], - "blockchain": "ethereum",
- "bot_count": 0,
- "category": "games",
- "chain_id": 1,
- "churn_rate": 88.44,
- "contract_address": "0x0000000000000000000000000000000000000000",
- "contract_created_date": "2022-09-07",
- "engagement_rate": 100.51,
- "game": "CollarQuest",
- "game_activity": 8828,
- "game_activity_trend": [
- 4,
- 226,
- 205,
- 241,
- 245
], - "game_interactions": 8086,
- "game_interactions_change": 0.005,
- "interaction_rate": 0.04,
- "interaction_rate_change": 0,
- "interactions_trend": [
- 4,
- 226,
- 205,
- 241
], - "name": "CollarQuest",
- "nft_count": 317,
- "retained_players": 48,
- "retained_players_percentage": 3.32,
- "retention_rate": 11.56,
- "retention_rate_change": 0,
- "smart_contract_interactions": 8086,
- "smart_contract_interactions_change": 0.005,
- "thumbnail_palette": "['#5050C4', '#D3F9D8', '#CC6AB5', '#753DC4']",
- "total_interaction": 8086,
- "total_interaction_change": 0.005,
- "total_interactions_volume": 25746511.4,
- "total_interactions_volume_change": -0.862,
- "total_transaction": 8086,
- "total_transaction_change": 0.005,
- "total_users": 1586,
- "total_users_change": 0.0658,
- "trending_players": [
- {
- "wallet": "0x0000000000000000000000000000000000000001",
- "volume": "18573.91"
}, - {
- "wallet": "0x0000000000000000000000000000000000000002",
- "volume": "17404.54"
}, - {
- "wallet": "0x0000000000000000000000000000000000000003",
- "volume": "11851.04"
}
], - "trending_players_native": [
- {
- "wallet": "0x0000000000000000000000000000000000000001",
- "volume_native": "7.0997"
}, - {
- "wallet": "0x0000000000000000000000000000000000000002",
- "volume_native": "6.6528"
}, - {
- "wallet": "0x0000000000000000000000000000000000000003",
- "volume_native": "4.5300"
}
], - "unique_wallets": 0,
- "unique_wallets_change": 0,
- "verified": false
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_date": "2025-10-09T00:00:00Z",
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "contract_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "contract_created_date": "2020-01-15T12:00:00Z",
- "contract_type": "ERC721",
- "hash": "0x1111111111111111111111111111111111111111111111111111111111111111",
- "is_washtrade": "0",
- "marketplace": "opensea",
- "receiving_address": "0x1234567890abcdef1234567890abcdef12345678",
- "sale_price_usd": 1.2345,
- "sending_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "timestamp": "2025-10-09T10:28:11Z",
- "token_id": "100",
- "transaction_type": "transfer"
}, - {
- "block_date": "2025-10-09T00:00:00Z",
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "contract_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "contract_created_date": "2020-01-15T12:00:00Z",
- "contract_type": "ERC721",
- "hash": "0x2222222222222222222222222222222222222222222222222222222222222222",
- "is_washtrade": "0",
- "marketplace": "opensea",
- "receiving_address": "0x1234567890abcdef1234567890abcdef12345678",
- "sale_price_usd": 2.3456,
- "sending_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "timestamp": "2025-10-09T11:00:00Z",
- "token_id": "101",
- "transaction_type": "sale"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection_name": "CryptoPunks",
- "contract_address": "0x0000000000000000000000000000000000000000",
- "floor_price_native": 48.48,
- "floor_price_usd": 210716.6606463003,
- "marketplace_name": "opensea"
}, - {
- "blockchain": "ethereum",
- "chain_id": 1,
- "collection_name": "Pudgy Penguins",
- "contract_address": "0x1234567890abcdef1234567890abcdef12345678",
- "floor_price_native": 9.4399857,
- "floor_price_usd": 40987.27801915359,
- "marketplace_name": "opensea"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0x1234567890abcdef1234567890abcdef12345678",
- "chain_id": "1",
- "collection_name": "MyNFTCollection",
- "collection_drivers": "-2.3456",
- "nft_rarity_drivers": "-0.0123",
- "nft_sales_drivers": "-0.0456",
- "prediction_percentile": "0.7654",
- "price_estimate": 4.5678,
- "price_estimate_lower_bound": 2.3456,
- "price_estimate_upper_bound": 10.1234,
- "thumbnail_palette": [
- "#FFAA00",
- "#00CCFF",
- "#AA00FF",
- "#00FF99"
], - "token_id": "42",
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "address": "0x1234567890abcdef1234567890abcdef12345678",
- "chain_id": "1",
- "collection_name": "ExampleNFTCollection",
- "collection_drivers": "-2.3456",
- "nft_rarity_drivers": "-0.0123",
- "nft_sales_drivers": "-0.0456",
- "prediction_percentile": "0.7654",
- "price_estimate": 4.5678,
- "price_estimate_lower_bound": 2.3456,
- "price_estimate_upper_bound": 10.1234,
- "thumbnail_palette": [
- "#FFAA00",
- "#00CCFF",
- "#AA00FF",
- "#00FF99"
], - "token_id": "42",
}, - {
- "address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "chain_id": "1",
- "collection_name": "DemoNFTCollection",
- "collection_drivers": "-1.9876",
- "nft_rarity_drivers": "-0.0567",
- "nft_sales_drivers": "-0.0345",
- "prediction_percentile": "0.4321",
- "price_estimate": 3.2109,
- "price_estimate_lower_bound": 1.2345,
- "price_estimate_upper_bound": 8.7654,
- "thumbnail_palette": [
- "#FF0000",
- "#00FF00",
- "#0000FF",
- "#FFFF00"
], - "token_id": "101",
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0x1234567890abcdef1234567890abcdef12345678",
- "chain_id": "43114",
- "collection_name": "FarmLand",
- "thumbnail_palette": "['#5050C4', '#FFD8A8', '#0064C2', '#89C4F9']",
}, - {
- "address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "chain_id": "43114",
- "collection_name": "Shoe404",
- "thumbnail_palette": "[\"#0064C2\", \"#D3F9D8\", \"#5050C4\", \"#753DC4\"]",
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "No_of_contracts": "1",
- "assets_all": "5",
- "blockchain": "ethereum",
- "brand": "CoolBrand",
- "category": "fashion",
- "chain_id": 1,
- "collection": "CoolCollection",
- "contracts": "0x1111111111111111111111111111111111111111",
- "diamond_hands": "2",
- "growth_rate": 0.05,
- "holders": "12",
- "interactions": "15",
- "loss_making_trades": "1",
- "loss_making_volume": -5.25,
- "marketplace_volume": [
- "'opensea':100.5"
], - "mcap": 0,
- "mint_revenue": 10,
- "mint_tokens": "1000",
- "primary_sale_revenue": 20,
- "profitable_trades": "3",
- "profitable_volume": 50,
- "retained_traders": "4",
- "royalty_revenue": 2.5,
- "secondary_sale_revenue": 80,
- "token_score": 10,
- "total_revenue": 30,
- "total_volume": 180.5,
- "traders": "8"
}, - {
- "No_of_contracts": "2",
- "assets_all": "3",
- "blockchain": "ethereum",
- "brand": "FunBrand",
- "category": "music",
- "chain_id": 1,
- "collection": "FunCollection",
- "contracts": "0x2222222222222222222222222222222222222222,0x3333333333333333333333333333333333333333",
- "diamond_hands": "0",
- "growth_rate": 0.1,
- "holders": "5",
- "interactions": "6",
- "loss_making_trades": "0",
- "loss_making_volume": 0,
- "marketplace_volume": [
- "'opensea':50.0"
], - "mcap": 0,
- "mint_revenue": 5,
- "mint_tokens": "500",
- "primary_sale_revenue": 10,
- "profitable_trades": "2",
- "profitable_volume": 30,
- "retained_traders": "2",
- "royalty_revenue": 1,
- "secondary_sale_revenue": 40,
- "token_score": 5,
- "total_revenue": 15,
- "total_volume": 90,
- "traders": "4"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "assets_all": "5",
- "blockchain": "ethereum",
- "brand": "CoolBrand",
- "category": "fashion",
- "chain_id": 1,
- "collection": "CoolCollection",
- "contract_address": "0x1111111111111111111111111111111111111111",
- "diamond_hands": "2",
- "growth_rate": 0.05,
- "holders": "12",
- "interactions": "15",
- "loss_making_trades": "1",
- "loss_making_volume": -5.25,
- "marketplace_volume": [
- "'':0",
- "'opensea':100.5"
], - "mcap": 0,
- "mint_revenue": 10,
- "mint_tokens": "1000",
- "primary_sale_revenue": 20,
- "profitable_trades": "3",
- "profitable_volume": 50,
- "retained_traders": "4",
- "royalty_revenue": 2.5,
- "secondary_sale_revenue": 80,
- "token_score": 10,
- "total_revenue": 30,
- "total_volume": 180.5,
- "traders": "8"
}, - {
- "assets_all": "3",
- "blockchain": "ethereum",
- "brand": "FunBrand",
- "category": "music",
- "chain_id": 1,
- "collection": "FunCollection",
- "contract_address": "0x2222222222222222222222222222222222222222",
- "diamond_hands": "0",
- "growth_rate": 0.1,
- "holders": "5",
- "interactions": "6",
- "loss_making_trades": "0",
- "loss_making_volume": 0,
- "marketplace_volume": [
- "'opensea':50.0"
], - "mcap": 0,
- "mint_revenue": 5,
- "mint_tokens": "500",
- "primary_sale_revenue": 10,
- "profitable_trades": "2",
- "profitable_volume": 30,
- "retained_traders": "2",
- "royalty_revenue": 1,
- "secondary_sale_revenue": 40,
- "token_score": 5,
- "total_revenue": 15,
- "total_volume": 90,
- "traders": "4"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0x000000000000000000000000000000000000000a",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 0,
- "quantity": 8,
- "token_address": "0x000000000000000000000000000000000000000a",
- "token_name": "OkNodeToken",
- "token_symbol": "OKNC"
}, - {
- "address": "0x000000000000000000000000000000000000000a",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 8,
- "quantity": 114514,
- "token_address": "0x000000000000000000000000000000000000000a",
- "token_name": "INMCOIN",
- "token_symbol": "INM"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "24hr_high": 4374.0434190466685,
- "24hr_high_change": 3.7103727489799585,
- "24hr_trading_volume": 42436370389.43671,
- "age_score": 5,
- "all_time_high": 9652.749830620138,
- "all_time_low": 0.000051510001703219305,
- "all_trading_volume": 25472491544688.598,
- "audit_color_code": "green",
- "blockchain": "ethereum",
- "chain_id": "1",
- "circulating_supply": 486658251.98847157,
- "current_price": 4374.0434190466685,
- "fully_diluted_valuation": 0,
- "holder_type_score": 8.305939520302667,
- "holders_distribution_score": 10,
- "holders_score": 10,
- "lp_score": 0,
- "lp_size_score": 0,
- "lp_stability_score": 0,
- "market_cap": 2128664324434.9294,
- "mcap_lp_score": 0,
- "participant_score": 0,
- "profitable_trade_score": 5,
- "risk_level": "Normal",
- "score_before_audit": 53.305939520302665,
- "spam_label": "Normal",
- "token_address": "0x0000000000000000000000000000000000000000",
- "token_name": "ethereum",
- "token_score": 53.305939520302665,
- "token_symbol": "ETH",
- "total_supply": 1,
- "traders_score": 5,
- "trading_pattern_score": 5,
- "txn_score": 5,
- "volume_lp_score": 0,
- "volume_score": 0
}, - {
- "24hr_high": null,
- "24hr_high_change": null,
- "24hr_trading_volume": null,
- "age_score": 5,
- "all_time_high": null,
- "all_time_low": null,
- "all_trading_volume": null,
- "audit_color_code": "red",
- "blockchain": "ethereum",
- "chain_id": "1",
- "circulating_supply": 670512019.252383,
- "current_price": null,
- "fully_diluted_valuation": 0,
- "holder_type_score": 10,
- "holders_distribution_score": 9.881489560425095,
- "holders_score": 0.936,
- "lp_score": 1,
- "lp_size_score": 0,
- "lp_stability_score": 3,
- "market_cap": 0,
- "mcap_lp_score": 0,
- "participant_score": 0,
- "profitable_trade_score": 0,
- "risk_level": "Phish",
- "score_before_audit": 39.738192213143705,
- "spam_label": "Spam",
- "token_address": "0x0000000000000000000000000000000000000000",
- "token_name": "Cortex",
- "token_score": 0,
- "token_symbol": "CX",
- "total_supply": 670512019.252383,
- "traders_score": 4.995294486796236,
- "trading_pattern_score": 0,
- "txn_score": 4.925408165922377,
- "volume_lp_score": 0,
- "volume_score": 0
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0x1234567890abcdef1234567890abcdef12345678",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 18,
- "quantity": 1000.123456,
- "token_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "token_name": "Example Token",
- "token_symbol": "EXT"
}, - {
- "address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "blockchain": "polygon",
- "chain_id": 137,
- "decimal": 6,
- "quantity": 5000000,
- "token_address": "0x1234567890abcdef1234567890abcdef12345678",
- "token_name": "Polygon Token",
- "token_symbol": "PLT"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "receiver": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "sender": "0x1234567890abcdef1234567890abcdef12345678",
- "timestamp": "2025-10-09T07:56:59Z",
- "token_address": "0x0000000000000000000000000000000000000000",
- "transaction_hash": "0xaaaabbbbccccddddeeeeffff1111222233334444555566667777888899990000",
- "value_native": 0.005,
- "value_usd": 20.5
}, - {
- "receiver": "0x1234567890abcdef1234567890abcdef12345678",
- "sender": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "timestamp": "2025-10-09T07:56:59Z",
- "token_address": "0x1111222233334444555566667777888899990000",
- "transaction_hash": "0xbbbbccccddddeeeeffff1111222233334444555566667777888899990000aaaa",
- "value_native": 0.12,
- "value_usd": 550.75
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "bitcoin_price_volatility": -0.04691113121367839,
- "bitcoin_price_volatility_influence": "Strong Downward",
- "blockchain": 1,
- "date": "2025-10-09T00:00:00Z",
- "eth_price_volatility": 0.04222348603974435,
- "eth_price_volatility_influence": "Slight Downward",
- "open_price_trend": 0.1880147113103226,
- "open_price_trend_influence": "Slight Downward",
- "price_estimate": 106.75746133238707,
- "price_estimate_lower_bound": 100.70569799639283,
- "price_estimate_upper_bound": 118.53421491204638,
- "price_range_volatility": 0.20362822927842295,
- "price_range_volatility_influence": "Slight Downward",
- "token_address": "0x0000000000000000000000000000000000000000",
- "token_symbol": "QNT",
- "trading_volume_trend": 0.008840743856787653,
- "trading_volume_trend_influence": "Slight Downward"
}, - {
- "bitcoin_price_volatility": -1.2152322668812916e-8,
- "bitcoin_price_volatility_influence": "Strong Downward",
- "blockchain": 1,
- "date": "2025-10-09T00:00:00Z",
- "eth_price_volatility": -5.465525277509757e-9,
- "eth_price_volatility_influence": "Strong Downward",
- "open_price_trend": 7.947151939407677e-9,
- "open_price_trend_influence": "Slight Downward",
- "price_estimate": 0.000013009514667911606,
- "price_estimate_lower_bound": 0.000012821587519278274,
- "price_estimate_upper_bound": 0.000014334922666412969,
- "price_range_volatility": 5.3003077868714055e-8,
- "price_range_volatility_influence": "Slight Downward",
- "token_address": "0x0000000000000000000000000000000000000000",
- "token_symbol": "SHIB",
- "trading_volume_trend": 1.6525844646326123e-8,
- "trading_volume_trend_influence": "Slight Downward"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": "1",
- "token_address": "0x0000000000000000000000000000000000000000",
- "token_name": "ETHEREUM",
- "token_symbol": "ETH",
- "usd_value": 4356.89
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "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
- 200
{- "data": [
- {
- "block_date": "2025-10-08T00:00:00Z",
- "token": "ETH",
- "token_address": "0x0000000000000000000000000000000000000000",
- "usd": 4548.65
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "block_date": "2025-10-08T00:00:00Z",
- "token": "ETH",
- "token_address": "0x0000000000000000000000000000000000000000",
- "open": 4461.53,
- "high": 4556.13,
- "low": 4443.85,
- "close": 4548.65
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- { }
], - "pagination": { }
}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
- 200
{- "data": [
- {
- "blockchain": "polygon",
- "chain_id": "137",
- "deployed_date": "",
- "deployer": "",
- "pair_address": "0x0000000000000000000000000000000000000000",
- "pool": "v2",
- "protocol": "gravity finance",
- "token0": "0x0000000000000000000000000000000000000000",
- "token0_decimal": 18,
- "token0_name": "Wrapped Matic",
- "token0_symbol": "WMATIC",
- "token1": "0xb355f4f4cc84a00000000000000077016f7ec482",
- "token1_decimal": 18,
- "token1_name": "BitcoinBR",
- "token1_symbol": "BTCBR"
}, - {
- "blockchain": "polygon",
- "chain_id": "137",
- "deployed_date": "",
- "deployer": "",
- "pair_address": "0x0000000000000000000000000000000000000000",
- "pool": "v2",
- "protocol": "gravity finance",
- "token0": "0x0000000000000000000000000000000000000000",
- "token0_decimal": 18,
- "token0_name": "Wrapped Polygon Ecosystem Token",
- "token0_symbol": "WPOL",
- "token1": "0xb355f4f4cc84a9000000000000000d77016f7ec482",
- "token1_decimal": 18,
- "token1_name": "BitcoinBR",
- "token1_symbol": "BTCBR"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "pair_address": "0x1111111111111111111111111111111111111111",
- "protocol": "1chi",
- "token0": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
- "token0_price": 63388.61,
- "token0_reserve": 0,
- "token0_share": null,
- "token0_tvl": 0,
- "token1": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "token1_price": null,
- "token1_reserve": 0,
- "token1_share": null,
- "token1_tvl": 0,
- "total_tvl": 0,
- "transactions_24hrs": 0,
- "transactions_24hrs_change": 0,
- "transactions_30d": 15,
- "transactions_30d_change": 0,
- "transactions_7d": 4,
- "transactions_7d_change": 0,
- "transactions_90d": 39,
- "transactions_90d_change": 0,
- "transactions_all": 565,
- "volume_24hrs": 0,
- "volume_24hrs_change": 1,
- "volume_30d": 1556.3584,
- "volume_30d_change": -0.545321,
- "volume_7d": 461.34744,
- "volume_7d_change": -0.17066218,
- "volume_90d": 5278.944,
- "volume_90d_change": 0.32791686,
- "volume_all": 988886.75
}, - {
- "blockchain": "ethereum",
- "pair_address": "0x2222222222222222222222222222222222222222",
- "protocol": "1chi",
- "token0": "0xcccccccccccccccccccccccccccccccccccccccc",
- "token0_price": 63388.61,
- "token0_reserve": 0.1386795,
- "token0_share": 100,
- "token0_tvl": 8790.701,
- "token1": "0xdddddddddddddddddddddddddddddddddddddddd",
- "token1_price": null,
- "token1_reserve": 17586.537,
- "token1_share": 0,
- "token1_tvl": 0,
- "total_tvl": 8790.701,
- "transactions_24hrs": 0,
- "transactions_24hrs_change": 0,
- "transactions_30d": 15,
- "transactions_30d_change": 0,
- "transactions_7d": 4,
- "transactions_7d_change": 0,
- "transactions_90d": 39,
- "transactions_90d_change": 0,
- "transactions_all": 565,
- "volume_24hrs": 0,
- "volume_24hrs_change": 1,
- "volume_30d": 1556.3584,
- "volume_30d_change": -0.545321,
- "volume_7d": 461.34744,
- "volume_7d_change": -0.17066218,
- "volume_90d": 5278.944,
- "volume_90d_change": 0.32791686,
- "volume_all": 988886.75
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "polygon",
- "chain_id": "137",
- "deployed_date": "",
- "deployer": "",
- "pair_address": "0x1111111111111111111111111111111111111111",
- "pool": "v2",
- "protocol": "gravity finance",
- "token0": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
- "token0_decimal": 18,
- "token0_name": "Wrapped Matic",
- "token0_symbol": "WMATIC",
- "token1": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "token1_decimal": 18,
- "token1_name": "BitcoinBR",
- "token1_symbol": "BTCBR"
}, - {
- "blockchain": "polygon",
- "chain_id": "137",
- "deployed_date": "",
- "deployer": "",
- "pair_address": "0x1111111111111111111111111hy532dgu9i11111",
- "pool": "v2",
- "protocol": "gravity finance",
- "token0": "0xaaaaaaaaa1234567891aaaaaaaaaaaaaaaaaaaaa",
- "token0_decimal": 18,
- "token0_name": "Wrapped Polygon Ecosystem Token",
- "token0_symbol": "WPOL",
- "token1": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb9999999999",
- "token1_decimal": 18,
- "token1_name": "BitcoinBR",
- "token1_symbol": "BTCBR"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "linea",
- "protocol": "metavault v3"
}, - {
- "blockchain": "linea",
- "protocol": "leetswap"
}, - {
- "blockchain": "avalanche",
- "protocol": "glacier v2"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 3
}
}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
- 200
{- "data": [
- {
- "block_number": 12345678,
- "block_timestamp": "2025-01-31T23:00:11Z",
- "blockchain": "ethereum",
- "chain_id": "1",
- "pool": "v4",
- "pool_address": "0x0000000000000000000000000000000000000001",
- "token_in": "0x0000000000000000000000000000000000000000",
- "token_in_decimal": 18,
- "token_in_name": "ETHEREUM",
- "token_in_symbol": "ETH",
- "token_in_value": 0.123456,
- "token_out": "0x1234567890abcdef1234567890abcdef12345678",
- "token_out_decimal": 6,
- "token_out_name": "USD Coin",
- "token_out_symbol": "USDC",
- "token_out_value": 432.1,
- "transaction_from_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "transaction_hash": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}, - {
- "block_number": 12345679,
- "block_timestamp": "2025-01-31T23:10:11Z",
- "blockchain": "ethereum",
- "chain_id": "1",
- "pool": "v4",
- "pool_address": "0x0000000000000000000000000000000000000002",
- "token_in": "0x0000000000000000000000000000000000000000",
- "token_in_decimal": 18,
- "token_in_name": "ETHEREUM",
- "token_in_symbol": "ETH",
- "token_in_value": 0.456789,
- "token_out": "0x1234567890abcdef1234567890abcdef12345678",
- "token_out_decimal": 6,
- "token_out_name": "USD Coin",
- "token_out_symbol": "USDC",
- "token_out_value": 1234.56,
- "transaction_from_address": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd",
- "transaction_hash": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcd"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0xabc1234567890abcdef1234567890abcdef1234",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 0,
- "quantity": 1e+28,
- "token_address": "0x1111111111111111111111111111111111111111",
- "token_name": "DummyTokenA",
- "token_symbol": "DTA"
}, - {
- "address": "0xabc1234567890abcdef1234567890abcdef1234",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 0,
- "quantity": 9.523604968913398e+26,
- "token_address": "0x2222222222222222222222222222222222222222",
- "token_name": "DummyTokenB",
- "token_symbol": "DTB"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "blockchain": "ethereum",
- "chain_id": "1",
- "collection": "fundether.org",
- "contract_address": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
- "contract_type": "ERC1155",
- "quantity": 1,
- "token_id": "0",
- "wallet": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
}, - {
- "blockchain": "ethereum",
- "chain_id": "1",
- "collection": "AStrandOfHair",
- "contract_address": "0xcccccccccccccccccccccccccccccccccccccccc",
- "contract_type": "ERC721",
- "quantity": 1,
- "token_id": "0",
- "wallet": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
}
], - "pagination": {
- "has_next": true,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 18,
- "quantity": 2694065576435.812,
- "token_address": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
- "token_name": "Riot Games",
- "token_symbol": "Riot"
}, - {
- "address": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "blockchain": "ethereum",
- "chain_id": 1,
- "decimal": 9,
- "quantity": 3333333333,
- "token_address": "0xcccccccccccccccccccccccccccccccccccccccc",
- "token_name": "FLOKI SUPER SAIYAN",
- "token_symbol": "FLOKISUPER"
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "address": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "blockchain": "ethereum",
- "chain_id": "1",
- "arbitrage": false,
- "at_risk": false,
- "bot": false,
- "bridge": false,
- "bridge_name": "",
- "cloud_mining": false,
- "contract": true,
- "custodial": false,
- "custodial_name": "",
- "darknet": false,
- "defi": false,
- "defi_name": "",
- "defi_trader": false,
- "deployer": false,
- "derivatives": false,
- "derivatives_name": "",
- "dex": false,
- "dex_aggregator": false,
- "dex_aggregator_name": "",
- "dex_name": "",
- "ens_name": "",
- "entity_name": null,
- "exchange": false,
- "exchange_name": "",
- "exit_scam": false,
- "exploit": false,
- "fake_celebrity_endorsement": false,
- "gambling": false,
- "giveaway_scam": false,
- "hack": false,
- "illicit": false,
- "lending": false,
- "lending_name": "",
- "liquidation": false,
- "loan_defaulter": false,
- "marketplace": false,
- "marketplace_name": "",
- "mev": false,
- "miner": false,
- "mixer": false,
- "mixer_name": "0",
- "multisig": false,
- "nft_creator": false,
- "nft_diamond_hand": true,
- "nft_holder": true,
- "nft_shark": false,
- "nft_trader": false,
- "nft_whale": false,
- "ofac_sanction": false,
- "phish": false,
- "ponzi": false,
- "pump_dump": false,
- "ransomware": false,
- "risk_category": 0,
- "risk_depth": 0,
- "rug_pull": false,
- "sanction_name": "",
- "scam": false,
- "spam": false,
- "staking": false,
- "suspicious": false,
- "validator": false,
- "yield_protocol": false,
- "yield_protocol_name": ""
}, - {
- "address": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "blockchain": "polygon",
- "chain_id": "137",
- "arbitrage": false,
- "at_risk": false,
- "bot": false,
- "bridge": false,
- "bridge_name": "",
- "cloud_mining": false,
- "contract": true,
- "custodial": false,
- "custodial_name": "",
- "darknet": false,
- "defi": false,
- "defi_name": "",
- "defi_trader": false,
- "deployer": false,
- "derivatives": false,
- "derivatives_name": "",
- "dex": false,
- "dex_aggregator": false,
- "dex_aggregator_name": "",
- "dex_name": "",
- "ens_name": "",
- "entity_name": null,
- "exchange": false,
- "exchange_name": "",
- "exit_scam": false,
- "exploit": false,
- "fake_celebrity_endorsement": false,
- "gambling": false,
- "giveaway_scam": false,
- "hack": false,
- "illicit": false,
- "lending": false,
- "lending_name": "",
- "liquidation": false,
- "loan_defaulter": false,
- "marketplace": false,
- "marketplace_name": "",
- "mev": false,
- "miner": false,
- "mixer": false,
- "mixer_name": "0",
- "multisig": false,
- "nft_creator": false,
- "nft_diamond_hand": true,
- "nft_holder": true,
- "nft_shark": false,
- "nft_trader": false,
- "nft_whale": false,
- "ofac_sanction": false,
- "phish": false,
- "ponzi": false,
- "pump_dump": false,
- "ransomware": false,
- "risk_category": 0,
- "risk_depth": 0,
- "rug_pull": false,
- "sanction_name": "",
- "scam": false,
- "spam": false,
- "staking": false,
- "suspicious": false,
- "validator": false,
- "yield_protocol": false,
- "yield_protocol_name": ""
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 2
}
}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
- 200
{- "data": [
- {
- "wallet_address": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "anomalous_pattern_score": 10,
- "associated_token_score": 10,
- "blockchain_with_illicit": "avalanche, ethereum, polygon, base",
- "blockchain_without_illicit": "",
- "centralized_interaction_score": 5,
- "classification": "High Risk",
- "classification_type": "0-10",
- "frequency_score": 10,
- "illicit": "'pump_dump'",
- "risk_interaction_score": 24.311506,
- "smart_contract_interaction_score": 0.5,
- "staking_governance_interaction_score": 0,
- "volume_score": 0.0000012296,
- "wallet_age_score": 10,
- "wallet_score": 0
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}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
- 200
{- "data": [
- {
- "wallet": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
- "balance_eth": 0.12123132308115066,
- "balance_usd": 420.9087185980565,
- "first_active_day": "2021-04-22T23:13:40Z",
- "last_active_day": "2025-06-12T04:45:59Z",
- "wallet_active_days": 1511,
- "wallet_age": 1565,
- "total_txn": 97091,
- "in_txn": 97080,
- "out_txn": 11,
- "inflow_addresses": 379,
- "outflow_addresses": 28804,
- "inflow_amount_eth": 11084031.143965427,
- "inflow_amount_usd": 38483167774.91988,
- "outflow_amount_eth": 22106.69290285421,
- "outflow_amount_usd": 76753264.30243228,
- "volume_eth": 11106137.83686828,
- "volume_usd": 38559921039.22231,
- "token_cnt": 29,
- "illicit_volume": 0,
- "mixer_volume": 0,
- "sanction_volume": 0,
- "gas": null,
- "gas_fee": null,
- "gas_price": null
}
], - "pagination": {
- "has_next": false,
- "limit": 30,
- "offset": 0,
- "total_items": 1
}
}