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