Pools
Public scene pools for community sharing
Returns all public scene pools with filtering and pagination
Query parameters
eth_addressstringOptional
groupstringOptional
sort_bystringOptional
Field to sort by
sort_orderstring · enumOptionalPossible values:
Sort order
limitinteger · min: 1 · max: 100OptionalDefault:
Number of items per page
20offsetintegerOptional
Offset for pagination
Responses
200
List of pools
application/json
get
/pools200
List of pools
Creates a pool from a project or updates an existing pool
Authorizations
X-Identity-Auth-Chain-*stringRequired
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Path parameters
idstring · uuidRequired
Project UUID
Body
groupsstring · uuid[]Optional
Responses
200
Pool created/updated successfully
No content
401
Unauthorized - authentication required or insufficient permissions
application/json
404
Resource not found
application/json
put
/projects/{id}/poolNo content
Last updated