Create Reply
POST
/replies
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Request Body
The content of the reply
The mint address of the coin being replied to
Optional parent reply ID for nested replies
Optional image URL or data to attach to the reply
Response
Created - Returns the newly created reply
Get Replies by Mint
GET
/replies/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The mint address of the coin
Query Parameters
Maximum number of replies to return
Number of replies to skip (for pagination)
Filter replies by user address
If true, returns replies in reverse chronological order
Response
Success - Returns list of replies
Get User Replies
GET
/replies/user-replies/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
The wallet address of the user
Query Parameters
Maximum number of replies to return
Number of replies to skip (for pagination)
Response
Success - Returns list of user’s replies