Skip to main content

Audience Exports

Use audience exports when you need an exact current list of holder or staker wallets for a token your Blank account controls.
The export runs asynchronously because Blank performs a live on-chain holder scan and writes CSV artifacts after the job finishes. Poll the latest job:
kind defaults to "holders". Use "stakers" to download the staking audience CSV from the same job.

Job fields

  • statusqueued, running, failed, or completed.
  • holderWalletCount / stakerWalletCount — exact wallet counts in the generated CSVs.
  • holderTotalBaseUnits / stakerTotalBaseUnits — exact integer token amounts.
  • holderTotalTokens / stakerTotalTokens — display amounts after token decimals.
  • downloads — relative API paths for holders and stakers once complete.
  • errorCode / errorMessage — populated when a job fails.

HTTP endpoints

All audience export endpoints require a Blank secret API key. The API-key owner must be the current token controller; the key cannot export audiences for tokens controlled by another account.