Pool Likes

Pool like management

Get pool likes count

get
/pools/{id}/likes

Returns the total number of likes for a pool

Path parameters
idstring · uuidRequired
Query parameters
addressstringOptional

Filter by user address (use "me" for current user)

Responses
chevron-right
200

Pool likes count

application/json
get
/pools/{id}/likes

Like a pool

put
/pools/{id}/likes

Adds a like to a 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
Responses
chevron-right
200

Pool liked successfully

application/json
put
/pools/{id}/likes

Unlike a pool

delete
/pools/{id}/likes

Removes a like from a 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
Responses
chevron-right
200

Pool unliked successfully

application/json
delete
/pools/{id}/likes

Last updated