Create Reply
string
POST
string
/replies
Authentication
Requires JWT authentication viaAuthorization: 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/
Authentication
Requires JWT authentication viaAuthorization: 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/
Authentication
Requires JWT authentication viaAuthorization: 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