Create Like
POST
/likes/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the target to like (coin address, reply ID, etc.)
Response
Created - Like added successfully
Remove Like
DELETE
/likes/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the target to unlike
Response
Success - Like removed successfully
Get Likes
GET
/likes/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The unique identifier of the target to get likes for
Response
Success - Returns list of likes