v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Aggregations

Get aggregation

Get an aggregation by aggregation ID.

get/v1/aggregations/{aggregation_id}

Path parameters

aggregation_idstring required

Headers

privy-app-idstring required

ID of your Privy app.

Response

Requested aggregation object.

created_atnumber required

Unix timestamp of when the aggregation was created in milliseconds.

idstring required

Unique ID of the aggregation.

method'eth_signTransaction' | 'eth_signUserOperation' required

The RPC method this aggregation applies to.

namestring required

The name of the aggregation.

owner_idstring nullable required

The key quorum ID of the owner of the aggregation.

Example response

{
  "conditions": [
    {
      "field": "content"
    }
  ]
}