DatahyenaDatahyena
API Reference

API Reference

Public API endpoints exposed by Datahyena.

API Reference

Every public API response uses a consistent JSON envelope.

{
  "success": true,
  "data": [],
  "pagination": {
    "hasMore": false,
    "nextCursor": null
  },
  "meta": {
    "endpoint": "funding_events.list",
    "creditsUsed": 0,
    "creditsRemaining": 1000
  }
}

List endpoints default to limit=20 and accept a maximum limit=100.

On this page