dero_get_random_address
Retrieve random registered addresses from the DERO blockchain for building transfer rings in private transactions. Optionally filter by asset smart contract ID to sample holders of a specific asset.
Instructions
Get random registered addresses from the chain (used for ring construction in private transfers) via DERO.GetRandomAddress.
When to call: when building a transfer ring in external wallet tooling, or sampling chain participants. Optional asset SCID limits sampling to holders of that asset.
Input Requirements:
scidis OPTIONAL. When provided it MUST be exactly 64 hex characters.
Output: { address: string[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scid | No | Optional asset smart-contract id (hex) |