v1.0.0
OAS 3.0.0
thirdweb analytics
Internal service for retrieving thirdweb analytics data
Client Libraries
Internal service for retrieving thirdweb analytics data
Current
Get sponsored transactions paginated
thirdweb team ID to fetch data for
thirdweb project ID
The chain ID
The start date of the period to fetch
The end date of the period to fetch
The number of items to return
The number of items to skip
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
}
}
Success