---
title: "Get relayer info"
method: GET
path: "/v1/relayer/info"
tags: ["relayer"]
---

# Get relayer info

`GET /v1/relayer/info`

Returns the relayer's on-chain identity, supported mints, and active stealth pool indices.
Use this to verify the relayer is operational and supports the mint you want to claim.

## Response `200`

Relayer information

- object
  - `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.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/umbra-defi/apis/umbra-relayer-api.md) · [All operations](https://skmtc.net/umbra-defi/apis/umbra-relayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbra-defi/umbra-relayer-api/versions/d973e56013e5/schema)
