Skip to main content

Create Like

string
POST
string
/likes/
Adds a like to the specified target (coin, reply, or other content).

Authentication

Requires JWT authentication via Authorization: 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/
Removes a like from the specified target.

Authentication

Requires JWT authentication via Authorization: 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/
Retrieves all likes for a specific target.

Authentication

Requires JWT authentication via Authorization: Bearer <token> header.

Path Parameters

string
required
The unique identifier of the target to get likes for

Response

object
Success - Returns list of likes