Complete reference for HGM Intelligence API
/api/marketplace/packagescategorystringFilter by category (real-estate, crypto, defi, macro, sentiment)
tierstringFilter by tier (starter, professional, enterprise)
{
"success": true,
"count": 5,
"packages": [
{
"id": "pkg_crypto_spread",
"name": "Crypto Spread Package",
"price": 150,
"apiCallsPerDay": 5000,
"updateFrequency": "Sub-second",
...
}
]
}curl -X GET "https://api.hgm.io/api/marketplace/packages" \
-H "Authorization: Bearer YOUR_API_KEY"Subscribe to a data package and receive your API key instantly.
Authorization: Bearer YOUR_API_KEYUse the examples above to start calling the API.
Subscribe to real-time events and receive updates via webhooks.