Skip to main content
Get relayer info
curl --request GET \
  --url https://relayer.api.umbraprivacy.com/v1/relayer/info
{
  "address": "Re1ayerPubkeyHere111111111111111111111111",
  "supported_mints": [
    "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
    "So11111111111111111111111111111111111111112"
  ],
  "active_stealth_pool_indices": [
    "0"
  ]
}
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.