API Documentation

Complete reference for HGM Intelligence API

Endpoints

GET/api/marketplace/packages
Get all available data packages

Parameters

categorystring

Filter by category (real-estate, crypto, defi, macro, sentiment)

tierstring

Filter by tier (starter, professional, enterprise)

Response

{
  "success": true,
  "count": 5,
  "packages": [
    {
      "id": "pkg_crypto_spread",
      "name": "Crypto Spread Package",
      "price": 150,
      "apiCallsPerDay": 5000,
      "updateFrequency": "Sub-second",
      ...
    }
  ]
}

Examples

curl -X GET "https://api.hgm.io/api/marketplace/packages" \
  -H "Authorization: Bearer YOUR_API_KEY"
Quick Start

1. Get Your API Key

Subscribe to a data package and receive your API key instantly.

2. Set Authorization Header

Authorization: Bearer YOUR_API_KEY

3. Make Your First Request

Use the examples above to start calling the API.

4. Handle Webhooks

Subscribe to real-time events and receive updates via webhooks.