Skip to main content

Create Reply

string
POST
string
/replies
Creates a new reply or comment.

Authentication

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

Request Body

string
required
The content of the reply
string
required
The mint address of the coin being replied to
string
Optional parent reply ID for nested replies
string
Optional image URL or data to attach to the reply

Response

object
Created - Returns the newly created reply

Get Replies by Mint

string
GET
string
/replies/
Retrieves all replies for a specific coin mint address.

Authentication

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

Path Parameters

string
required
The mint address of the coin

Query Parameters

number
required
Maximum number of replies to return
number
required
Number of replies to skip (for pagination)
string
required
Filter replies by user address
boolean
required
If true, returns replies in reverse chronological order

Response

object
Success - Returns list of replies

Get User Replies

string
GET
string
/replies/user-replies/
Retrieves all replies made by a specific user.

Authentication

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

Path Parameters

string
required
The wallet address of the user

Query Parameters

number
required
Maximum number of replies to return
number
required
Number of replies to skip (for pagination)

Response

object
Success - Returns list of user’s replies