Skip to main content

Community Export API

Admin-only endpoint that exports all claimed community holders with their tier, credit, and badge information. Designed for downstream operations such as airdrop snapshots and analytics.

Export community data

Requires admin session authentication. Returns all claimed holders with their wallet addresses, tiers, credit amounts, and badge titles.

Query parameters

JSON response

JSON response fields

CSV response

When format=csv is passed, the response is returned as a downloadable CSV file with the following columns: The response includes Content-Disposition: attachment; filename="agentbot-community-export.csv" to trigger a file download.

Errors