---
title: "Retrieve Anonymous IDs"
method: POST
path: "/admin/anonids"
tags: ["Admin"]
---

# Retrieve Anonymous IDs

`POST /admin/anonids`

Retrieves anonymous ID associations for given wallet addresses. This endpoint allows 
administrators to query the relationship between anonymous IDs and wallet addresses 
for investigation and management purposes.

The response includes:
- All anonymous IDs associated with each provided wallet
- All wallet addresses linked to each anonymous ID
- This data is useful for detecting multi-accounting and fraud patterns

## Request body

- object
  - `wallets` string[], required — Array of wallet addresses to query

## Response `200`

Anonymous ID associations retrieved successfully

- object — Mapping of wallet addresses to their anonymous ID associations

## Other responses

- `400` — Invalid request data
- `401` — Authentication required

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
