Welcome to ProBit API document.
This document describes how to use ProBit HTTP/WebSocket API to integrate data such as real-time market status, order, cancel, or user history.
(Korean version of ProBit API document is prior to English version and might be more accurate than this.)
HTTP API
Entry point of ProBit HTTP API is https://api.probit.com/api/exchange/v1/ and should be requested in type of Content-Type: application/json
.
Authorization requiring APIs should contain authorization.
Refer HTTP API Reference to find out HTTP APIs we provide.
WebSocket API
You can fetch real-time market and user data with our WebSocket API.
Refer How to use Websocket API and WebSocket API Reference to find out usage and detailed information.
Updated about a year ago