Skip to main content
GET
/
v2
/
reporting
/
metrics
GET /v2/reporting/metrics
curl --request GET \
  --url https://production.hifibridge.com/v2/reporting/metrics \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": [
    {
      "id": "1154d700-bd7d-41d5-8676-87b541baa86e",
      "profileId": "e4c758d7-5475-4505-ba15-e129db0a441f",
      "template": "TRANSFERS",
      "name": "Monthly Transfer Analysis",
      "params": {
        "createdAfter": "2025-01-01",
        "createdBefore": "2025-12-01",
        "calculationInterval": "month"
      },
      "createdAt": "2025-12-08T22:28:03.922Z",
      "updatedAt": "2025-12-08T22:28:03.922Z"
    },
    {
      "id": "d2872dce-d2d1-41ae-87a9-f773adbf97ca",
      "profileId": "e4c758d7-5475-4505-ba15-e129db0a441f",
      "template": "TRANSFERS",
      "name": "Monthly Transfer Analysis",
      "params": {
        "breakdowns": [
          "transactionDirection"
        ],
        "createdAfter": "2025-01-01",
        "createdBefore": "2025-12-01",
        "transferStatuses": [
          "COMPLETED"
        ],
        "calculationInterval": "month",
        "transactionDirections": [
          "onramp",
          "offramp"
        ]
      },
      "createdAt": "2025-12-08T22:26:45.765Z",
      "updatedAt": "2025-12-08T22:26:45.765Z"
    },
    {
      "id": "9106f8e2-188f-4854-99fc-cb21ef6b998d",
      "profileId": "e4c758d7-5475-4505-ba15-e129db0a441f",
      "template": "GROSS_VOLUME",
      "name": "Daily Revenue Report",
      "params": {
        "createdAfter": "2025-11-01",
        "createdBefore": "2025-11-07",
        "calculationInterval": "day",
        "transactionDirections": [
          "onramp",
          "offramp"
        ]
      },
      "createdAt": "2025-12-08T22:26:13.659Z",
      "updatedAt": "2025-12-08T22:26:13.659Z"
    }
  ],
  "metadata": {
    "count": 12,
    "profileId": "e4c758d7-5475-4505-ba15-e129db0a441f"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

List of metrics response

status
enum<string>
Available options:
success
data
object[]
metadata
object