Solrouter
API ReferenceSwaps

Pool depth for a denomination bucket

Inspect the anonymity set for a standard denomination bucket before swapping — how many recent deposits share that bucket. A deeper pool means a larger crowd to hide in.

GET
/agents/v1/anonymity-set

Query Parameters

bucket*string

Response Body

application/json

application/json

curl -X GET "https://example.com/agents/v1/anonymity-set?bucket=SOL_1"
{
  "bucket": "SOL_1",
  "poolDepth": 42,
  "strength": "strong",
  "raw": {}
}
{
  "error": "missing_required_fields"
}