Admin
Administrative endpoints for managing the service
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
Bearer token authentication for admin endpoints
Array of wallet addresses to query
["0x1234567890abcdef1234567890abcdef12345678","0xabcdef1234567890abcdef1234567890abcdef12"]Anonymous ID associations retrieved successfully
Invalid request data
Authentication required
Removes flags from anonymous IDs by clearing their associated cache entries. This endpoint is used to reset the flagging status of anonymous IDs that have been flagged for multi-accounting or other suspicious activities.
The operation:
Clears cache entries for the specified anonymous IDs
Removes wallet associations from the cache
Returns detailed information about what was cleared
Does not affect the underlying blockchain data
Bearer token authentication for admin endpoints
Array of anonymous IDs to unflag
["anon_abc123","anon_def456"]Anonymous IDs unflagged successfully
Invalid request data
Authentication required
Last updated