v1.0.0
OAS 3.0.0

thirdweb analytics

Internal service for retrieving thirdweb analytics data

Server: https://analytics.thirdweb.com

Current

Client Libraries

Bundler

/v2/bundler/sponsored-transactions

Get sponsored transactions paginated

Query Parameters
  • teamId
    Type:string
    required

    thirdweb team ID to fetch data for

  • projectId
    Type:string

    thirdweb project ID

  • chainId
    Type:number | null

    The chain ID

  • from
    Type:string Format: date-time
    default: 
    2024-06-03T15:50:07.275Z

    The start date of the period to fetch

  • to
    Type:string Format: date-time
    default: 
    2025-05-29T15:50:07.275Z

    The end date of the period to fetch

  • limit
    Type:number | null
    max: 
    1000

    The number of items to return

  • offset
    Type:number | null

    The number of items to skip

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example forGET/v2/bundler/sponsored-transactions
curl 'https://analytics.thirdweb.com/v2/bundler/sponsored-transactions?teamId=team_cljxksd5c00031d6l6vhz2aca'
{
  "data": [
    {
      "timestamp": "2024-01-01T00:00:00Z",
      "teamId": "team_cljxksd5c00031d6l6vhz2aca",
      "projectId": "proj_clkx9z3ip000axx0umlpk1ck9",
      "chainId": "1",
      "transactionFee": 1230000000000000000,
      "transactionFeeUsd": 0.05,
      "walletAddress": "…",
      "transactionHash": "…",
      "userOpHash": "…"
    }
  ],
  "meta": {
    "total": 1
  }
}

Insight (Collapsed)

Insight Operations

Engine Cloud (Collapsed)

Engine Cloud Operations