Get Wallet History (Legacy)
This route is retained for backwards compatibility, but it does not match the current live catalog exposed by hive-mcp2.
Use the current discovery surfaces below before building against this route:
- All Tools
- Live Catalog
GET https://mcp.hiveintelligence.xyz/api/v1/toolsresources/read hive://toolsget_api_endpoint_schemaon the root/mcpendpoint
Current Execution Format
curl -X POST https://mcp.hiveintelligence.xyz/api/v1/execute \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_HIVE_API_KEY" \
-d '{
"tool": "get_price",
"args": {
"ids": "bitcoin",
"vs_currencies": "usd"
}
}'
Older toolName / arguments REST examples on legacy routes should not be treated as the current contract.