Judge Market 로고JudgeMarketUS
보상 친구 초대 뉴스 블로그 빌더 고객 지원
© 2026 JudgeMarket
소개개인정보처리방침이용약관OPS란뉴스블로그
홈지갑
API Docs
Getting StartedAuthenticationMarket DataTradingAccountSocialWebSocketError Codes

Getting Started

Base URL, response format, and rate limits for the JudgeMarket API.

Base URL

All API requests should be made to:

https://api.judgemarket.com

Response Format

All responses are JSON. Successful requests return 200 OK with a JSON body. Errors return appropriate HTTP status codes with a plain-text or JSON error message.

Rate Limits

API requests are rate-limited to 5 requests per second with a burst of 10. Exceeding this will return 429 Too Many Requests.

Health Check

GET/status

Returns the API version and operational status.

{
  "status": "ok",
  "version": "0.1.1"
}