Getting Started with PROBIT API
This page will help you get started with ProBit API.
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.
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 2 months ago