# G2E Analytics Overview

> G2E Analytics Overview is a paid API for AI agents from api.g2e.io, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns a high-level analytics dashboard snapshot for the G2E platform, covering user activity, revenue, sessions, and growth trends.

## Facts

- Endpoint: GET https://api.g2e.io/api/analytics/overview
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-g2e-io-45329ade
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_suC01Y4pXdkJ70hEk1C8Q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability api-g2e-io-45329ade
```

Example prompt: Can you pull the G2E platform analytics overview so I can see current user activity, revenue, sessions, and growth trends?

## When to prefer this

Use this endpoint when you need a quick, high-level summary of G2E platform performance — user activity, revenue, sessions, and growth — without drilling into granular event-level data. Prefer this over historical polling endpoints when you want current aggregate KPIs rather than time-series records.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required — must include 0.1 USDC via x402 protocol)
- Unauthorized access if credentials are missing
- Empty or null response if no analytics data is available for the requested period
- Rate limiting or quota exceeded errors
- Network timeout if the analytics aggregation takes too long

## How this service works

Provides a high-level analytics overview for the G2E platform, including user activity, revenue, sessions, and growth trends.

## Output

Returns a structured analytics overview for the G2E platform including aggregated user activity data, revenue figures, session counts, and growth trend indicators — essentially a high-level dashboard snapshot.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-g2e-io-45329ade/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.g2e.io](https://www.zero.xyz/host/api.g2e.io/llms.txt)
