JudgeMarket लोगोJudgeMarketUS
इनाम दोस्तों को आमंत्रित करें न्यूज़ ब्लॉग बिल्डर्स सपोर्ट
© 2026 JudgeMarket
परिचयगोपनीयताशर्तेंOPS क्या हैन्यूज़ब्लॉग
होमवॉलेट
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.