cURL
curl --request GET \ --url https://api.privy.io/v1/condition_sets/{condition_set_id}/condition_set_items \ --header 'Authorization: Basic <encoded-value>' \ --header 'privy-app-id: <privy-app-id>'
{ "items": [ { "id": "abc123xyz456def789ghi012", "condition_set_id": "qvah5m2hmp9abqlxdmfiht95", "value": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb", "created_at": 1761271537642 }, { "id": "def456ghi789jkl012mno345", "condition_set_id": "qvah5m2hmp9abqlxdmfiht95", "value": "0xB00F0759DbeeF5E543Cc3E3B07A6442F5f3928a2", "created_at": 1761271537643 } ], "next_cursor": null }
Get all items in a condition set with pagination support.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
24
1
x <= 100
Filter items by value containing the query string.
Paginated list of condition set items.
List of condition set items.
Show child attributes
Cursor for pagination. Null if there are no more items.
Was this page helpful?