EarnBIT
CtrlK
  • Exchange API Documentation
    • Public endpoints | HTTP
      • Pairs List
      • Pairs Stats
      • Specific Pair Stats
      • Order Book Data
      • Market History
      • Market History Data
      • Products
      • Symbols
      • Depth List
      • Chart Data KLine
    • Private endpoints | HTTP
      • Authentication and API Keys
      • Create Limit Order
      • Cancel Order
      • My Active Orders
      • All My Trade Balances
      • My Specific Trade Balance
      • My Order Info
      • My Trades Info
      • My Order History
      • My Order History List
    • Basic structure | WEBSOKET
    • Public methods | WEBSOKET
      • Ping-Pong
      • System Time
      • KLine methods
      • Market Price methods
      • Market Status methods
      • Deals methods
      • Depth methods
    • Private methods | WEBSOKET
      • Authorization
      • My Assets methods
      • My Orders methods
Powered by GitBook
On this page
  • Details
  • List of public endpoints:
  1. Exchange API Documentation

Public endpoints | HTTP

Methods for retrieving general data and do not require authentication.

Details

  • Base URL: https://api.earnbit.com

  • Use the GET HTTP method.

  • Endpoints will return data as either a JSON object or a JSON array.

  • If parameters are required by an endpoint, they should be sent in the query string.

  • Each public endpoint can also be used as a POST request with authentication (similar to private endpoints) to allow you to access more data. "Public endpoints" subsections contain both examples.

List of public endpoints:

Pairs ListPairs StatsSpecific Pair StatsOrder Book DataMarket HistoryMarket History DataProductsSymbolsDepth ListChart Data KLine
PreviousExchange API DocumentationNextPairs List

Last updated 1 month ago