Pool Groups
Pool categorization and grouping
Last updated
Pool categorization and grouping
Last updated
GET /v1/pools/groups HTTP/1.1
Host: builder-api.decentraland.org
Accept: */*
{
"ok": true,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"is_active": true,
"created_at": "2026-01-20T20:48:24.773Z",
"updated_at": "2026-01-20T20:48:24.773Z"
}
]
}