Hive Intelligence - Crypto MCP Server

Get Wallet NFT Approvals

Get NFT approval data for a wallet address.

Tool Name: get_wallet_nft_approvals

MCP Endpoint: POST /hive_security_risk/mcp

Data Source: DeBank


Overview

This tool is part of the Security category in Hive Intelligence.

For detailed parameters, examples, and usage, see the Security documentation.


Quick Example

curl -X POST https://api.hiveintelligence.xyz/api/execute \
  -H "Content-Type: application/json" \
  -d '{
    "toolName": "get_wallet_nft_approvals",
    "arguments": {}
  }'

See all Security tools for related functionality.


Back to Security | All Tools