Get NFT Contract Market Chart
Query historical floor price, market cap, and volume for an NFT contract on a supported asset platform.
Tool Name: get_nft_contract_market_chart
Category Endpoint: POST /hive_nft_analytics/mcp
Data Source: CoinGecko
Overview
This tool is documented under the NFT Analytics category.
For schemas and the complete live catalog, also use:
GET /api/v1/toolshive://toolsget_api_endpoint_schemafrom the root MCP endpoint
Quick Example
bash
curl -X POST https://mcp.hiveintelligence.xyz/api/v1/execute \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_HIVE_API_KEY" \
-d '{
"tool": "get_nft_contract_market_chart",
"args": {
"contract_address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
"asset_platform_id": "ethereum",
"days": "7"
}
}'Required fields in the current live schema: contract_address, asset_platform_id, days. Use schema-valid IDs, symbols, addresses, timestamps, ranges, or market identifiers for those fields; example values are illustrative, not defaults.