Judge Market LogoJudgeMarketUS
Rewards Invite Friends News Blog Builders Support
© 2026 JudgeMarket
AboutPrivacyTermsWhat is OPSNewsBlog
HomeWallet
API Docs
Getting StartedAuthenticationMarket DataTradingAccountSocialWebSocketError Codes

Social

Activity feed, posts, and discussions on assets.

Activity Feed

GET/feed

Returns the global activity feed (recent posts across all assets).

Asset Posts

GET/assets/:id/posts

Returns posts/discussions for a specific asset.

Create Post

POST/postsAuth Required
asset_idstringrequired
Asset to post about
contentstringrequired
Post text (max 500 chars)
parent_idstring
Reply to another post (optional)

Delete Post

DELETE/posts/:idAuth Required

Delete your own post by ID.

Like / Unlike

POST/posts/:id/likeAuth Required

Toggle like on a post. Call again to unlike.

Get Replies

GET/posts/:id/replies

Returns all replies to a specific post.