Skip to main content
Get relayer info
Use this endpoint to verify the relayer is operational and supports the mint you want to burn. The mints field is the authoritative runtime source of truth — the SDK’s hardcoded mint list is a fallback only. The SDK calls this internally via getUmbraRelayer() to cache the relayer’s fee payer address.

Response

Relayer information

address
string

Base58-encoded Solana public key of the relayer's fee payer account.

supported_mints
string[]

Base58-encoded mint addresses the relayer accepts claims for.

active_stealth_pool_indices
string[]

Stealth pool indices the relayer monitors.